NetworkRuleSet Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NetworkRuleSet() |
Initialise une nouvelle instance de la classe NetworkRuleSet. |
NetworkRuleSet(String, String, String, String, Nullable<Boolean>, String, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>, String, SystemData) |
Initialise une nouvelle instance de la classe NetworkRuleSet. |
NetworkRuleSet()
Initialise une nouvelle instance de la classe NetworkRuleSet.
public NetworkRuleSet ();
Public Sub New ()
S’applique à
NetworkRuleSet(String, String, String, String, Nullable<Boolean>, String, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>, String, SystemData)
Initialise une nouvelle instance de la classe 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)
Paramètres
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.EventHub/Namespaces » ou « Microsoft.EventHub/Namespaces/EventHubs »
- location
- String
Emplacement géographique où réside la ressource
Valeur qui indique si l’accès au service approuvé est activé ou non.
- defaultAction
- String
Action par défaut pour l’ensemble de règles réseau. Les valeurs possibles sont les suivantes : « Autoriser », « Refuser »
- virtualNetworkRules
- IList<NWRuleSetVirtualNetworkRules>
Répertorier les règles virtualNetwork
- ipRules
- IList<NWRuleSetIpRules>
Liste des iprules
- publicNetworkAccess
- String
Cela détermine si le trafic est autorisé sur le réseau public. Par défaut, il est activé. Si la valeur est SecuredByPerimeter, la communication entrante et sortante est contrôlée par le périmètre de sécurité réseau et les règles d’accès du profil. Les valeurs possibles sont les suivantes : « Enabled », « Disabled », « SecuredByPerimeter »
- systemData
- SystemData
Métadonnées système relatives à cette ressource.
S’applique à
Azure SDK for .NET