IAzureResourceSku.CapacityScaleType 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.
Scale type.
[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="Scale type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType) }, ReadOnly=false, Required=false, SerializedName="scaleType")]
public Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType? CapacityScaleType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="Scale type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType) }, ReadOnly=false, Required=false, SerializedName="scaleType")>]
member this.CapacityScaleType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.AzureScaleType> with get, set
Public Property CapacityScaleType As Nullable(Of AzureScaleType)
Property Value
- Attributes