Freigeben über


IpGroupsOperationsExtensions.GetAsync Methode

Definition

Ruft die angegebenen ipGroups ab.

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

Parameter

operations
IIpGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

ipGroupsName
String

Der Name der ipGroups.

expand
String

Erweitert resourceIds (von Firewalls/Netzwerksicherheitsgruppen usw.), auf die von der IpGroups-Ressource verwiesen wird.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: