Freigeben über


NetworkSecurityGroupsOperationsExtensions.GetAsync Methode

Definition

Ruft die angegebene Netzwerksicherheitsgruppe ab.

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

Parameter

operations
INetworkSecurityGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkSecurityGroupName
String

Der Name der Netzwerksicherheitsgruppe.

expand
String

Erweitert die referenzierten Ressourcen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: