IExpansionJob.NewStorageCapacityTiB Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=true, Description="The new storage capacity in TiB for the AML file system after expansion. This must be a multiple of the Sku step size, and greater than the current storage capacity of the AML file system.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="newStorageCapacityTiB", Update=false)]
public float? NewStorageCapacityTiB { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=true, Description="The new storage capacity in TiB for the AML file system after expansion. This must be a multiple of the Sku step size, and greater than the current storage capacity of the AML file system.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="newStorageCapacityTiB", Update=false)>]
member this.NewStorageCapacityTiB : Nullable<single> with get, set
Public Property NewStorageCapacityTiB As Nullable(Of Single)

Property Value

Attributes

Applies to