NetworkRuleSetIpRule Construtores
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.
Sobrecargas
NetworkRuleSetIpRule() |
Inicializa uma nova instância da classe NetworkRuleSetIpRule. |
NetworkRuleSetIpRule(String, String, String) |
Inicializa uma nova instância da classe NetworkRuleSetIpRule. |
NetworkRuleSetIpRule()
Inicializa uma nova instância da classe NetworkRuleSetIpRule.
public NetworkRuleSetIpRule ();
Public Sub New ()
Aplica-se a
NetworkRuleSetIpRule(String, String, String)
Inicializa uma nova instância da classe NetworkRuleSetIpRule.
public NetworkRuleSetIpRule (string filterName, string ipMask, string action = default);
new Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetIpRule : string * string * string -> Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetIpRule
Public Sub New (filterName As String, ipMask As String, Optional action As String = Nothing)
Parâmetros
- filterName
- String
Nome da regra de filtro IP.
- ipMask
- String
Uma cadeia de caracteres que contém o intervalo de endereços IP na notação CIDR para a regra.
- action
- String
Ação filtro IP. Os valores possíveis incluem: 'Allow'
Aplica-se a
Azure SDK for .NET