Partager via


BatchAccountCollection Classe

Définition

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

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

Constructeurs

BatchAccountCollection()

Initialise une nouvelle instance de la BatchAccountCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il 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 ressources.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, BatchAccountCreateOrUpdateContent, CancellationToken)

Crée un compte Batch avec les paramètres spécifiés. Les comptes existants ne peuvent pas être mis à jour avec cette API et doivent être mis à jour avec l’API Mettre à jour le compte Batch.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • IdBatchAccount_Create d’opération
CreateOrUpdateAsync(WaitUntil, String, BatchAccountCreateOrUpdateContent, CancellationToken)

Crée un compte Batch avec les paramètres spécifiés. Les comptes existants ne peuvent pas être mis à jour avec cette API et doivent être mis à jour avec l’API Mettre à jour le compte Batch.

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

Vérifie si la ressource existe dans Azure.

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

Vérifie si la ressource existe dans Azure.

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

Obtient des informations sur le compte Batch spécifié.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • IdBatchAccount_Get d’opération
GetAll(CancellationToken)

Obtient des informations sur les comptes Batch associés au groupe de ressources spécifié.

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

Obtient des informations sur les comptes Batch associés au groupe de ressources spécifié.

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

Obtient des informations sur le compte Batch spécifié.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • IdBatchAccount_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<BatchAccountResource>.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<BatchAccountResource>.GetEnumerator()

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

S’applique à