Compartir a través de


ArmAppPlatformModelFactory.AvailableAppPlatformSku Método

Definición

Inicializa una nueva instancia de 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>

Obtiene el tipo de recurso al que se aplica la SKU.

name
String

Obtiene el nombre de la SKU.

tier
String

Obtiene el nivel de SKU.

capacity
AppPlatformSkuCapacity

Obtiene la capacidad de la SKU.

locations
IEnumerable<AzureLocation>

Obtiene el conjunto de ubicaciones que la SKU está disponible.

locationInfo
IEnumerable<AppPlatformSkuLocationInfo>

Obtiene una lista de ubicaciones y zonas de disponibilidad en esas ubicaciones donde la SKU está disponible.

restrictions
IEnumerable<AppPlatformSkuRestrictions>

Obtiene las restricciones debido a qué SKU no se puede usar. Esto está vacío si no hay restricciones.

Devoluciones

AvailableAppPlatformSku Nueva instancia de para simular.

Se aplica a