Freigeben über


SecurityRulesOperationsExtensions.Get Methode

Definition

Rufen Sie die angegebene Netzwerksicherheitsregel ab.

public static Microsoft.Azure.Management.Network.Models.SecurityRule Get(this Microsoft.Azure.Management.Network.ISecurityRulesOperations operations, string resourceGroupName, string networkSecurityGroupName, string securityRuleName);
static member Get : Microsoft.Azure.Management.Network.ISecurityRulesOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.SecurityRule
<Extension()>
Public Function Get (operations As ISecurityRulesOperations, resourceGroupName As String, networkSecurityGroupName As String, securityRuleName As String) As SecurityRule

Parameter

operations
ISecurityRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkSecurityGroupName
String

Der Name der Netzwerksicherheitsgruppe.

securityRuleName
String

Der Name der Sicherheitsregel.

Gibt zurück

Gilt für: