ICreatorProperties.StorageUnit 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 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=true, 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=true, SerializedName="storageUnits")>]
member this.StorageUnit : int with get, set
Public Property StorageUnit As Integer
Property Value
- Attributes