NetworkExtensions.GetIPAllocations 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.
Überlädt
GetIPAllocations(ResourceGroupResource) |
Ruft eine Auflistung von IPAllocationResources in resourceGroupResource ab. |
GetIPAllocations(SubscriptionResource, CancellationToken) |
Ruft alle IpAllocations in einem Abonnement ab.
|
GetIPAllocations(ResourceGroupResource)
Ruft eine Auflistung von IPAllocationResources in resourceGroupResource ab.
public static Azure.ResourceManager.Network.IPAllocationCollection GetIPAllocations (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetIPAllocations : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Network.IPAllocationCollection
<Extension()>
Public Function GetIPAllocations (resourceGroupResource As ResourceGroupResource) As IPAllocationCollection
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance die -Methode ausgeführt wird.
Gibt zurück
Ein Objekt, das die Auflistung von IPAllocationResources und deren Vorgängen über eine IPAllocationResource darstellt.
Gilt für:
GetIPAllocations(SubscriptionResource, CancellationToken)
Ruft alle IpAllocations in einem Abonnement ab.
- Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/IpAllocations
- Vorgangs-IdIpAllocations_List
public static Azure.Pageable<Azure.ResourceManager.Network.IPAllocationResource> GetIPAllocations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetIPAllocations : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.IPAllocationResource>
<Extension()>
Public Function GetIPAllocations (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IPAllocationResource)
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance die -Methode ausgeführt wird.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine Sammlung von IPAllocationResource , die mehrere Dienstanforderungen durchlaufen kann.