ArmAppPlatformModelFactory.AppPlatformSkuLocationInfo 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 AppPlatformSkuLocationInfo.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuLocationInfo AppPlatformSkuLocationInfo (Azure.Core.AzureLocation? location = default, System.Collections.Generic.IEnumerable<string> zones = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuZoneDetails> zoneDetails = default);
static member AppPlatformSkuLocationInfo : Nullable<Azure.Core.AzureLocation> * seq<string> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuZoneDetails> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuLocationInfo
Public Shared Function AppPlatformSkuLocationInfo (Optional location As Nullable(Of AzureLocation) = Nothing, Optional zones As IEnumerable(Of String) = Nothing, Optional zoneDetails As IEnumerable(Of AppPlatformSkuZoneDetails) = Nothing) As AppPlatformSkuLocationInfo
Parameter
- location
- Nullable<AzureLocation>
Ruft den Speicherort der SKU ab.
- zones
- IEnumerable<String>
Ruft eine Liste der Verfügbarkeitszonen ab, in denen die SKU unterstützt wird.
- zoneDetails
- IEnumerable<AppPlatformSkuZoneDetails>
Ruft Details zu Funktionen ab, die für eine SKU in bestimmten Zonen verfügbar sind.
Gibt zurück
Eine neue AppPlatformSkuLocationInfo instance zum Mocking.
Gilt für:
Azure SDK for .NET