Compartir a través de


ArmAppPlatformModelFactory.AppPlatformSkuCapacity Método

Definición

Inicializa una nueva instancia de AppPlatformSkuCapacity.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapacity AppPlatformSkuCapacity (int minimum = 0, int? maximum = default, int? default = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuScaleType? scaleType = default);
static member AppPlatformSkuCapacity : int * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuScaleType> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuCapacity
Public Shared Function AppPlatformSkuCapacity (Optional minimum As Integer = 0, Optional maximum As Nullable(Of Integer) = Nothing, Optional default As Nullable(Of Integer) = Nothing, Optional scaleType As Nullable(Of AppPlatformSkuScaleType) = Nothing) As AppPlatformSkuCapacity

Parámetros

minimum
Int32

Obtiene o establece el mínimo.

maximum
Nullable<Int32>

Obtiene o establece el máximo.

default
Nullable<Int32>

Obtiene o establece el valor predeterminado.

scaleType
Nullable<AppPlatformSkuScaleType>

Obtiene o establece el tipo de escala.

Devoluciones

AppPlatformSkuCapacity Nueva instancia de para simular.

Se aplica a