ArmWebPubSubModelFactory.WebPubSubSkuCapacity Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de WebPubSubSkuCapacity.
public static Azure.ResourceManager.WebPubSub.Models.WebPubSubSkuCapacity WebPubSubSkuCapacity (int? minimum = default, int? maximum = default, int? default = default, System.Collections.Generic.IEnumerable<int> allowedValues = default, Azure.ResourceManager.WebPubSub.Models.WebPubSubScaleType? scaleType = default);
static member WebPubSubSkuCapacity : Nullable<int> * Nullable<int> * Nullable<int> * seq<int> * Nullable<Azure.ResourceManager.WebPubSub.Models.WebPubSubScaleType> -> Azure.ResourceManager.WebPubSub.Models.WebPubSubSkuCapacity
Public Shared Function WebPubSubSkuCapacity (Optional minimum As Nullable(Of Integer) = Nothing, Optional maximum As Nullable(Of Integer) = Nothing, Optional default As Nullable(Of Integer) = Nothing, Optional allowedValues As IEnumerable(Of Integer) = Nothing, Optional scaleType As Nullable(Of WebPubSubScaleType) = Nothing) As WebPubSubSkuCapacity
Parâmetros
- allowedValues
- IEnumerable<Int32>
Permite a lista de valores de capacidade.
- scaleType
- Nullable<WebPubSubScaleType>
O tipo de escala aplicável ao sku.
Retornos
Uma nova WebPubSubSkuCapacity instância para zombar.