NetworkAccessControlEntry 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
NetworkAccessControlEntry() |
Inicializa uma nova instância da classe NetworkAccessControlEntry. |
NetworkAccessControlEntry(Nullable<AccessControlEntryAction>, String, Nullable<Int32>, String) |
Inicializa uma nova instância da classe NetworkAccessControlEntry. |
NetworkAccessControlEntry()
Inicializa uma nova instância da classe NetworkAccessControlEntry.
public NetworkAccessControlEntry ();
Public Sub New ()
Aplica-se a
NetworkAccessControlEntry(Nullable<AccessControlEntryAction>, String, Nullable<Int32>, String)
Inicializa uma nova instância da classe NetworkAccessControlEntry.
public NetworkAccessControlEntry (Microsoft.Azure.Management.AppService.Fluent.Models.AccessControlEntryAction? action = default, string description = default, int? order = default, string remoteSubnet = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.NetworkAccessControlEntry : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.AccessControlEntryAction> * string * Nullable<int> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.NetworkAccessControlEntry
Public Sub New (Optional action As Nullable(Of AccessControlEntryAction) = Nothing, Optional description As String = Nothing, Optional order As Nullable(Of Integer) = Nothing, Optional remoteSubnet As String = Nothing)
Parâmetros
- action
- Nullable<AccessControlEntryAction>
Objeto action. Os valores possíveis incluem: 'Permitir', 'Deny'
- description
- String
Descrição da entrada de controle de acesso à rede.
- remoteSubnet
- String
Sub-rede remota.
Aplica-se a
Azure SDK for .NET