Partager via


NetworkExtensions.GetIPAllocations Méthode

Définition

Surcharges

GetIPAllocations(ResourceGroupResource)

Obtient une collection d’IPAllocationResources dans ResourceGroupResource.

GetIPAllocations(SubscriptionResource, CancellationToken)

Obtient toutes les adresses IpAllocations d’un abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Network/IpAllocations
  • IdIpAllocations_List d’opération

GetIPAllocations(ResourceGroupResource)

Obtient une collection d’IPAllocationResources dans ResourceGroupResource.

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

Paramètres

resourceGroupResource
ResourceGroupResource

Instance ResourceGroupResource sur laquelle la méthode s’exécute.

Retours

Objet représentant la collection d’IPAllocationResources et leurs opérations sur une propriété IPAllocationResource.

S’applique à

GetIPAllocations(SubscriptionResource, CancellationToken)

Obtient toutes les adresses IpAllocations d’un abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Network/IpAllocations
  • IdIpAllocations_List d’opération
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)

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de IPAllocationResource qui peut nécessiter plusieurs demandes de service pour itérer.

S’applique à