Freigeben über


DefaultSecurityRulesOperationsExtensions.GetAsync Methode

Definition

Rufen Sie die angegebene Standard-Netzwerksicherheitsregel ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.SecurityRule> GetAsync (this Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations operations, string resourceGroupName, string networkSecurityGroupName, string defaultSecurityRuleName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.SecurityRule>
<Extension()>
Public Function GetAsync (operations As IDefaultSecurityRulesOperations, resourceGroupName As String, networkSecurityGroupName As String, defaultSecurityRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SecurityRule)

Parameter

operations
IDefaultSecurityRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkSecurityGroupName
String

Der Name der Netzwerksicherheitsgruppe.

defaultSecurityRuleName
String

Der Name der Standardsicherheitsregel.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: