Compartir a través de


NetworkRuleSet Constructores

Definición

Sobrecargas

NetworkRuleSet()

Inicializa una nueva instancia de la clase NetworkRuleSet.

NetworkRuleSet(String, String, String, String, Nullable<Boolean>, String, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>, String, SystemData)

Inicializa una nueva instancia de la clase NetworkRuleSet.

NetworkRuleSet()

Inicializa una nueva instancia de la clase NetworkRuleSet.

public NetworkRuleSet ();
Public Sub New ()

Se aplica a

NetworkRuleSet(String, String, String, String, Nullable<Boolean>, String, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>, String, SystemData)

Inicializa una nueva instancia de la clase NetworkRuleSet.

public NetworkRuleSet (string id = default, string name = default, string type = default, string location = default, bool? trustedServiceAccessEnabled = default, string defaultAction = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.NWRuleSetVirtualNetworkRules> virtualNetworkRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.NWRuleSetIpRules> ipRules = default, string publicNetworkAccess = default, Microsoft.Azure.Management.EventHub.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventHub.Models.NetworkRuleSet : string * string * string * string * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.NWRuleSetVirtualNetworkRules> * System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.NWRuleSetIpRules> * string * Microsoft.Azure.Management.EventHub.Models.SystemData -> Microsoft.Azure.Management.EventHub.Models.NetworkRuleSet
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional trustedServiceAccessEnabled As Nullable(Of Boolean) = Nothing, Optional defaultAction As String = Nothing, Optional virtualNetworkRules As IList(Of NWRuleSetVirtualNetworkRules) = Nothing, Optional ipRules As IList(Of NWRuleSetIpRules) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional systemData As SystemData = Nothing)

Parámetros

id
String

Identificador de recurso completo del recurso. Por ejemplo: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Nombre del recurso.

type
String

Tipo de recurso. Por ejemplo, "Microsoft.EventHub/Namespaces" o "Microsoft.EventHub/Namespaces/EventHubs"

location
String

Ubicación geográfica donde reside el recurso

trustedServiceAccessEnabled
Nullable<Boolean>

Valor que indica si el acceso de servicio de confianza está habilitado o no.

defaultAction
String

Acción predeterminada para el conjunto de reglas de red. Entre los valores posibles se incluyen: "Allow", "Deny"

virtualNetworkRules
IList<NWRuleSetVirtualNetworkRules>

Enumerar reglas de red virtual

ipRules
IList<NWRuleSetIpRules>

Lista de IpRules

publicNetworkAccess
String

Esto determina si se permite el tráfico a través de la red pública. De forma predeterminada, está habilitado. Si el valor es SecuredByPerimeter, la comunicación entrante y saliente se controla mediante las reglas de acceso del perímetro de seguridad de red y del perfil. Entre los valores posibles se incluyen: 'Enabled', 'Disabled', 'SecuredByPerimeter'

systemData
SystemData

Metadatos del sistema relacionados con este recurso.

Se aplica a