Freigeben über


NetworkExtensions.GetIPAllocationAsync Methode

Definition

Ruft die angegebene IpAllocation nach Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • Vorgang IdIpAllocations_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.IPAllocationResource>> GetIPAllocationAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string ipAllocationName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetIPAllocationAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.IPAllocationResource>>
<Extension()>
Public Function GetIPAllocationAsync (resourceGroupResource As ResourceGroupResource, ipAllocationName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IPAllocationResource))

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

ipAllocationName
String

Der Name der IpAllocation.

expand
String

Erweitert Ressourcen, auf die verwiesen wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

ipAllocationName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

ipAllocationName ist NULL.

Gilt für: