IKustoPool.SkuSize 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.
SKU size.
[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="SKU size.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize) }, ReadOnly=false, Required=true, SerializedName="size")]
public Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize SkuSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="SKU size.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize) }, ReadOnly=false, Required=true, SerializedName="size")>]
member this.SkuSize : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.SkuSize with get, set
Public Property SkuSize As SkuSize
Property Value
- Attributes