IPrivateEndpointConnection.Subnet Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, 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=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="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=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