ArmKustoModelFactory.KustoSkuLocationInfoItem Method
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.
Initializes a new instance of KustoSkuLocationInfoItem.
public static Azure.ResourceManager.Kusto.Models.KustoSkuLocationInfoItem KustoSkuLocationInfoItem(Azure.Core.AzureLocation location = default, System.Collections.Generic.IEnumerable<string> zones = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Kusto.Models.KustoResourceSkuZoneDetails> zoneDetails = default);
static member KustoSkuLocationInfoItem : Azure.Core.AzureLocation * seq<string> * seq<Azure.ResourceManager.Kusto.Models.KustoResourceSkuZoneDetails> -> Azure.ResourceManager.Kusto.Models.KustoSkuLocationInfoItem
Public Shared Function KustoSkuLocationInfoItem (Optional location As AzureLocation = Nothing, Optional zones As IEnumerable(Of String) = Nothing, Optional zoneDetails As IEnumerable(Of KustoResourceSkuZoneDetails) = Nothing) As KustoSkuLocationInfoItem
Parameters
- location
- AzureLocation
The available location of the SKU.
- zones
- IEnumerable<String>
The available zone of the SKU.
- zoneDetails
- IEnumerable<KustoResourceSkuZoneDetails>
Gets details of capabilities available to a SKU in specific zones.
Returns
A new KustoSkuLocationInfoItem instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET