Share via


ICreatorUpdateParameters.StorageUnit Property

Definition

The storage units to be allocated. Integer values from 1 to 100, inclusive.

[Microsoft.Azure.PowerShell.Cmdlets.Maps.Runtime.Info(Description="The storage units to be allocated. Integer values from 1 to 100, inclusive.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="storageUnits")]
public int? StorageUnit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Maps.Runtime.Info(Description="The storage units to be allocated. Integer values from 1 to 100, inclusive.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="storageUnits")>]
member this.StorageUnit : Nullable<int> with get, set
Public Property StorageUnit As Nullable(Of Integer)

Property Value

Attributes

Applies to