IMachineDisk.Connection 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.
The connection type of the rack SKU resource.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The connection type of the rack SKU resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.MachineSkuDiskConnectionType) }, ReadOnly=true, Required=false, SerializedName="connection")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.MachineSkuDiskConnectionType? Connection { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The connection type of the rack SKU resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.MachineSkuDiskConnectionType) }, ReadOnly=true, Required=false, SerializedName="connection")>]
member this.Connection : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.MachineSkuDiskConnectionType>
Public ReadOnly Property Connection As Nullable(Of MachineSkuDiskConnectionType)
Property Value
- Attributes