Freigeben über


InboundSecurityRule Konstruktoren

Definition

Überlädt

InboundSecurityRule()

Initialisiert eine neue instance der InboundSecurityRule-Klasse.

InboundSecurityRule(String, IList<InboundSecurityRules>, String, String, String, String)

Initialisiert eine neue instance der InboundSecurityRule-Klasse.

InboundSecurityRule()

Initialisiert eine neue instance der InboundSecurityRule-Klasse.

public InboundSecurityRule();
Public Sub New ()

Gilt für:

InboundSecurityRule(String, IList<InboundSecurityRules>, String, String, String, String)

Initialisiert eine neue instance der InboundSecurityRule-Klasse.

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)

Parameter

id
String

Ressourcen-ID

rules
IList<InboundSecurityRules>

Liste der zulässigen Regeln.

provisioningState
String

Der Bereitstellungsstatus der Ressource. Mögliche Werte: "Erfolgreich", "Aktualisieren", "Löschen", "Fehler"

name
String

Name der Sicherheitsregelsammlung.

etag
String

Eine eindeutige schreibgeschützte Zeichenfolge, die sich ändert, wenn die Ressource aktualisiert wird.

type
String

NVA-Sicherheitsregeltyp für eingehenden Datenverkehr.

Gilt für: