InboundSecurityRule 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
InboundSecurityRule() |
Initialise une nouvelle instance de la classe InboundSecurityRule. |
InboundSecurityRule(String, IList<InboundSecurityRules>, String, String, String, String) |
Initialise une nouvelle instance de la classe InboundSecurityRule. |
InboundSecurityRule()
Initialise une nouvelle instance de la classe InboundSecurityRule.
public InboundSecurityRule ();
Public Sub New ()
S’applique à
InboundSecurityRule(String, IList<InboundSecurityRules>, String, String, String, String)
Initialise une nouvelle instance de la classe InboundSecurityRule.
public InboundSecurityRule (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundSecurityRules> rules = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.InboundSecurityRule : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundSecurityRules> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.InboundSecurityRule
Public Sub New (Optional id As String = Nothing, Optional rules As IList(Of InboundSecurityRules) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Paramètres
- id
- String
ID de la ressource
- rules
- IList<InboundSecurityRules>
Liste des règles autorisées.
- provisioningState
- String
État d’approvisionnement de la ressource. Les valeurs possibles sont les suivantes : « Succeeded », « Updating », « Deleting », « Failed »
- name
- String
Nom de la collection de règles de sécurité.
- etag
- String
Chaîne en lecture seule unique qui change chaque fois que la ressource est mise à jour.
- type
- String
Type de règle de sécurité entrante de l’appliance virtuelle réseau.
S’applique à
Azure SDK for .NET