NetworkSecurityGroup 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
NetworkSecurityGroup() |
Inicializa uma nova instância da classe NetworkSecurityGroup. |
NetworkSecurityGroup(String, String, String, String, IDictionary<String, String>, Nullable<Boolean>, IList<SecurityRule>, IList<SecurityRule>, IList<NetworkInterface>, IList<Subnet>, IList<FlowLog>, String, String, String) |
Inicializa uma nova instância da classe NetworkSecurityGroup. |
NetworkSecurityGroup()
Inicializa uma nova instância da classe NetworkSecurityGroup.
public NetworkSecurityGroup ();
Public Sub New ()
Aplica-se a
NetworkSecurityGroup(String, String, String, String, IDictionary<String, String>, Nullable<Boolean>, IList<SecurityRule>, IList<SecurityRule>, IList<NetworkInterface>, IList<Subnet>, IList<FlowLog>, String, String, String)
Inicializa uma nova instância da classe NetworkSecurityGroup.
public NetworkSecurityGroup (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? flushConnection = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SecurityRule> securityRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SecurityRule> defaultSecurityRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> networkInterfaces = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Subnet> subnets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FlowLog> flowLogs = default, string resourceGuid = default, string provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.NetworkSecurityGroup : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SecurityRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SecurityRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Subnet> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FlowLog> * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkSecurityGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional flushConnection As Nullable(Of Boolean) = Nothing, Optional securityRules As IList(Of SecurityRule) = Nothing, Optional defaultSecurityRules As IList(Of SecurityRule) = Nothing, Optional networkInterfaces As IList(Of NetworkInterface) = Nothing, Optional subnets As IList(Of Subnet) = Nothing, Optional flowLogs As IList(Of FlowLog) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)
Parâmetros
- id
- String
ID do recurso.
- name
- String
Nome do recurso.
- type
- String
Tipo de recurso.
- location
- String
Local do recurso.
- tags
- IDictionary<String,String>
Marcas de recurso.
Quando habilitado, os fluxos criados a partir de conexões do Grupo de Segurança de Rede serão reavaliados quando as regras forem atualizadas. A habilitação inicial disparará a reavaliação.
- securityRules
- IList<SecurityRule>
Uma coleção de regras de segurança do grupo de segurança de rede.
- defaultSecurityRules
- IList<SecurityRule>
As regras de segurança padrão do grupo de segurança de rede.
- networkInterfaces
- IList<NetworkInterface>
Uma coleção de referências a interfaces de rede.
- resourceGuid
- String
A propriedade GUID do recurso do grupo de segurança de rede.
- provisioningState
- String
O estado de provisionamento do recurso do grupo de segurança de rede. Os valores possíveis incluem: 'Êxito', 'Atualizando', 'Excluindo', 'Falha'
- etag
- String
Uma cadeia de caracteres somente leitura exclusiva que é alterada sempre que o recurso é atualizado.
Aplica-se a
Azure SDK for .NET