Compartilhar via


ArmApiManagementModelFactory.ApiManagementSkuRestrictionInfo Método

Definição

Inicializa uma nova instância de ApiManagementSkuRestrictionInfo.

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

Parâmetros

locations
IEnumerable<AzureLocation>

Locais em que o SKU é restrito.

zones
IEnumerable<String>

Lista de zonas de disponibilidade em que o SKU é restrito.

Retornos

Uma nova ApiManagementSkuRestrictionInfo instância para zombar.

Aplica-se a