Partager via


InboundSecurityRule Constructeurs

Définition

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 à