IDiskPoolCreateProperties.SubnetId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure Resource ID of a Subnet for the Disk Pool.
[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="Azure Resource ID of a Subnet for the Disk Pool.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="subnetId")]
public string SubnetId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="Azure Resource ID of a Subnet for the Disk Pool.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="subnetId")>]
member this.SubnetId : string with get, set
Public Property SubnetId As String
Property Value
- Attributes