ElasticPool.Sku 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 elastic pool SKU. The list of SKUs may
vary by region and support offer. To determine the SKUs (including the
SKU name, tier/edition, family, and capacity) that are available to
your subscription in an Azure region, use the
Capabilities_ListByLocation
REST API or the following command:
list-editions -l <location> -o table ````
public Azure.Provisioning.Sql.SqlSku Sku { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.Sql.SqlSku> Sku { get; set; }
member this.Sku : Azure.Provisioning.Sql.SqlSku with get, set
member this.Sku : Azure.Provisioning.BicepValue<Azure.Provisioning.Sql.SqlSku> with get, set
Public Property Sku As SqlSku
Public Property Sku As BicepValue(Of SqlSku)
Property Value
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET