Partager via


IPAllocationCollection Classe

Définition

Classe représentant une collection de IPAllocationResource et leurs opérations. Chacun IPAllocationResource de la collection appartient au même instance de ResourceGroupResource. Pour obtenir un IPAllocationCollection instance appelez la méthode GetIPAllocations à partir d’un instance de ResourceGroupResource.

public class IPAllocationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Network.IPAllocationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.IPAllocationResource>
type IPAllocationCollection = class
    inherit ArmCollection
    interface seq<IPAllocationResource>
    interface IEnumerable
    interface IAsyncEnumerable<IPAllocationResource>
Public Class IPAllocationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of IPAllocationResource), IEnumerable(Of IPAllocationResource)
Héritage
IPAllocationCollection
Implémente

Constructeurs

IPAllocationCollection()

Initialise une nouvelle instance de la classe pour la IPAllocationCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressource.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, IPAllocationData, CancellationToken)

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • IdIpAllocations_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, IPAllocationData, CancellationToken)

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • IdIpAllocations_CreateOrUpdate d’opération
Exists(String, String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • IdIpAllocations_Get d’opération
ExistsAsync(String, String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • IdIpAllocations_Get d’opération
Get(String, String, CancellationToken)

Obtient l’ipAllocation spécifié par groupe de ressources.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • IdIpAllocations_Get d’opération
GetAll(CancellationToken)

Obtient toutes les adresses IpAllocations dans un groupe de ressources.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations
  • IdIpAllocations_ListByResourceGroup d’opération
GetAllAsync(CancellationToken)

Obtient toutes les adresses IpAllocations dans un groupe de ressources.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations
  • IdIpAllocations_ListByResourceGroup d’opération
GetAsync(String, String, CancellationToken)

Obtient l’ipAllocation spécifié par groupe de ressources.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • IdIpAllocations_Get d’opération
GetIfExists(String, String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • IdIpAllocations_Get d’opération
GetIfExistsAsync(String, String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • IdIpAllocations_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<IPAllocationResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<IPAllocationResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à