Freigeben über


NetworkExtensions.GetIPAllocations Methode

Definition

Überlädt

GetIPAllocations(ResourceGroupResource)

Ruft eine Auflistung von IPAllocationResources in resourceGroupResource ab.

GetIPAllocations(SubscriptionResource, CancellationToken)

Ruft alle IpAllocations in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/IpAllocations
  • Vorgangs-IdIpAllocations_List

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.

Gilt für: