IPrivateEndpointProperties.Subnet Property

Definition

The ID of the subnet from which the private IP will be allocated.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The ID of the subnet from which the private IP will be allocated.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet) }, Read=true, ReadOnly=false, Required=false, SerializedName="subnet", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet Subnet { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The ID of the subnet from which the private IP will be allocated.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet) }, Read=true, ReadOnly=false, Required=false, SerializedName="subnet", Update=true)>]
member this.Subnet : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubnet with get, set
Public Property Subnet As ISubnet

Property Value

Attributes

Applies to