IDiskDetails.MinimumSupportedDiskCount 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 minimum supported disk count.
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Description="The minimum supported disk count.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=false, Required=false, SerializedName="minimumSupportedDiskCount")]
public long? MinimumSupportedDiskCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Description="The minimum supported disk count.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=false, Required=false, SerializedName="minimumSupportedDiskCount")>]
member this.MinimumSupportedDiskCount : Nullable<int64> with get, set
Public Property MinimumSupportedDiskCount As Nullable(Of Long)
Property Value
- Attributes