Compartilhar via


ArmApiManagementModelFactory.ApiManagementSkuLocationInfo Método

Definição

Inicializa uma nova instância de ApiManagementSkuLocationInfo.

public static Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuLocationInfo ApiManagementSkuLocationInfo (Azure.Core.AzureLocation? location = default, System.Collections.Generic.IEnumerable<string> zones = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuZoneDetails> zoneDetails = default);
static member ApiManagementSkuLocationInfo : Nullable<Azure.Core.AzureLocation> * seq<string> * seq<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuZoneDetails> -> Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuLocationInfo
Public Shared Function ApiManagementSkuLocationInfo (Optional location As Nullable(Of AzureLocation) = Nothing, Optional zones As IEnumerable(Of String) = Nothing, Optional zoneDetails As IEnumerable(Of ApiManagementSkuZoneDetails) = Nothing) As ApiManagementSkuLocationInfo

Parâmetros

location
Nullable<AzureLocation>

Local do SKU.

zones
IEnumerable<String>

Lista de zonas de disponibilidade em que o SKU tem suporte.

zoneDetails
IEnumerable<ApiManagementSkuZoneDetails>

Detalhes dos recursos disponíveis para um SKU em zonas específicas.

Retornos

Uma nova ApiManagementSkuLocationInfo instância para zombar.

Aplica-se a