Partilhar via


ArmAppPlatformModelFactory.AvailableAppPlatformSku Método

Definição

Inicializa uma nova instância do AvailableAppPlatformSku.

public static Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku AvailableAppPlatformSku (Azure.Core.ResourceType? resourceType = default, string name = default, string tier = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapacity capacity = default, System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> locations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuLocationInfo> locationInfo = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictions> restrictions = default);
static member AvailableAppPlatformSku : Nullable<Azure.Core.ResourceType> * string * string * Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapacity * seq<Azure.Core.AzureLocation> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuLocationInfo> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictions> -> Azure.ResourceManager.AppPlatform.Models.AvailableAppPlatformSku
Public Shared Function AvailableAppPlatformSku (Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional capacity As AppPlatformSkuCapacity = Nothing, Optional locations As IEnumerable(Of AzureLocation) = Nothing, Optional locationInfo As IEnumerable(Of AppPlatformSkuLocationInfo) = Nothing, Optional restrictions As IEnumerable(Of AppPlatformSkuRestrictions) = Nothing) As AvailableAppPlatformSku

Parâmetros

resourceType
Nullable<ResourceType>

Obtém o tipo de recurso ao qual o SKU se aplica.

name
String

Obtém o nome do SKU.

tier
String

Obtém a camada de SKU.

capacity
AppPlatformSkuCapacity

Obtém a capacidade do SKU.

locations
IEnumerable<AzureLocation>

Obtém o conjunto de locais que o SKU está disponível.

locationInfo
IEnumerable<AppPlatformSkuLocationInfo>

Obtém uma lista de locais e zonas de disponibilidade nesses locais em que a SKU está disponível.

restrictions
IEnumerable<AppPlatformSkuRestrictions>

Obtém as restrições devido ao qual o SKU não pode ser usado. Isso estará vazio se não houver restrições.

Retornos

Uma nova AvailableAppPlatformSku instância para zombar.

Aplica-se a