Class LinuxVirtualMachineInboundNatRuleArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineInboundNatRuleArgs : ResourceArgs
Constructors
View SourceLinuxVirtualMachineInboundNatRuleArgs()
Declaration
public LinuxVirtualMachineInboundNatRuleArgs()
Properties
View SourceBackendPort
The Backend Port associated with this NAT Rule. Changing this forces a new resource to be created.
Declaration
public Input<int> BackendPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
FrontendPort
The frontend port associated with this Inbound NAT Rule.
Declaration
public Input<int> FrontendPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |