Partager via


BatchAccountPoolCollection Classe

Définition

Classe représentant une collection de BatchAccountPoolResource et leurs opérations. Chacun BatchAccountPoolResource de la collection appartient au même instance de BatchAccountResource. Pour obtenir un BatchAccountPoolCollection instance appelez la méthode GetBatchAccountPools à partir d’un instance de BatchAccountResource.

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

Constructeurs

BatchAccountPoolCollection()

Initialise une nouvelle instance de la classe pour la BatchAccountPoolCollection 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, BatchAccountPoolData, Nullable<ETag>, String, CancellationToken)

Crée un pool à l’intérieur du compte spécifié.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • IdPool_Create d’opération
CreateOrUpdateAsync(WaitUntil, String, BatchAccountPoolData, Nullable<ETag>, String, CancellationToken)

Crée un pool à l’intérieur du compte spécifié.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • IdPool_Create d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • IdPool_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • IdPool_Get d’opération
Get(String, CancellationToken)

Obtient des informations sur le pool spécifié.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • IdPool_Get d’opération
GetAll(Nullable<Int32>, String, String, CancellationToken)

Répertorie tous les pools du compte spécifié.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools
  • IdPool_ListByBatchAccount d’opération
GetAllAsync(Nullable<Int32>, String, String, CancellationToken)

Répertorie tous les pools du compte spécifié.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools
  • IdPool_ListByBatchAccount d’opération
GetAsync(String, CancellationToken)

Obtient des informations sur le pool spécifié.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • IdPool_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<BatchAccountPoolResource>.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<BatchAccountPoolResource>.GetEnumerator()

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

S’applique à