ArmKustoModelFactory.KustoSkuLocationInfoItem Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
- location
- AzureLocation
Der verfügbare Speicherort der SKU.
- zones
- IEnumerable<String>
Die verfügbare Zone der SKU.
- zoneDetails
- IEnumerable<KustoResourceSkuZoneDetails>
Ruft Details der Funktionen ab, die für eine SKU in bestimmten Zonen verfügbar sind.
Gibt zurück
Eine neue KustoSkuLocationInfoItem instance zum Simulieren.