Class LinuxVirtualMachineInboundNatRule
Inheritance
System.Object
LinuxVirtualMachineInboundNatRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DevTest.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineInboundNatRule
Fields
View SourceBackendPort
The Backend Port associated with this NAT Rule. Changing this forces a new resource to be created.
Declaration
public readonly int BackendPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
FrontendPort
The frontend port associated with this Inbound NAT Rule.
Declaration
public readonly int? FrontendPort
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Protocol
The Protocol used for this NAT Rule. Possible values are Tcp and Udp. Changing this forces a new resource to be created.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |