次の方法で共有


ITargetComputeSize.MaxDataDiskCount Property

Definition

The maximum data disks count supported by target compute size.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The maximum data disks count supported by target compute size.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="maxDataDiskCount")]
public int? MaxDataDiskCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The maximum data disks count supported by target compute size.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="maxDataDiskCount")>]
member this.MaxDataDiskCount : Nullable<int> with get, set
Public Property MaxDataDiskCount As Nullable(Of Integer)

Property Value

Attributes

Applies to