NetworkExtensions.GetIPAllocation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die angegebene IpAllocation nach Ressourcengruppe ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
- Vorgang IdIpAllocations_Get
public static Azure.Response<Azure.ResourceManager.Network.IPAllocationResource> GetIPAllocation (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string ipAllocationName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetIPAllocation : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.IPAllocationResource>
<Extension()>
Public Function GetIPAllocation (resourceGroupResource As ResourceGroupResource, ipAllocationName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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.