Share via


ArmKustoModelFactory.KustoSkuLocationInfoItem Method

Definition

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