IInboundNatRule.Subnet Property

Definition

Subnet bound to the IP configuration.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="Subnet bound to the IP configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet) }, Read=true, ReadOnly=true, Required=false, SerializedName="subnet", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet Subnet { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="Subnet bound to the IP configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet) }, Read=true, ReadOnly=true, Required=false, SerializedName="subnet", Update=false)>]
member this.Subnet : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet
Public ReadOnly Property Subnet As ISubnet

Property Value

Attributes

Applies to