ThrottlingRule(String, IEnumerable<ThrottlingMetric>) Construtor
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 ThrottlingRule.
public ThrottlingRule (string action, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ProviderHub.Models.ThrottlingMetric> metrics);
new Azure.ResourceManager.ProviderHub.Models.ThrottlingRule : string * seq<Azure.ResourceManager.ProviderHub.Models.ThrottlingMetric> -> Azure.ResourceManager.ProviderHub.Models.ThrottlingRule
Public Sub New (action As String, metrics As IEnumerable(Of ThrottlingMetric))
Parâmetros
- action
- String
- metrics
- IEnumerable<ThrottlingMetric>
Exceções
action
ou metrics
é nulo.