Freigeben über


BatchAccountCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren BatchAccountResource Vorgänge darstellt. Jedes BatchAccountResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen BatchAccountCollection instance rufen Sie die GetBatchAccounts-Methode aus einer instance von aufResourceGroupResource.

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)
Vererbung
BatchAccountCollection
Implementiert

Konstruktoren

BatchAccountCollection()

Initialisiert eine neue instance der -Klasse für die BatchAccountCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, BatchAccountCreateOrUpdateContent, CancellationToken)

Erstellt ein neues Batch-Konto mit den angegebenen Parametern. Vorhandene Konten können nicht mit dieser API aktualisiert werden und sollten stattdessen mit der API zum Aktualisieren des Batchkontos aktualisiert werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • Vorgangs-IdBatchAccount_Create
CreateOrUpdateAsync(WaitUntil, String, BatchAccountCreateOrUpdateContent, CancellationToken)

Erstellt ein neues Batch-Konto mit den angegebenen Parametern. Vorhandene Konten können nicht mit dieser API aktualisiert werden und sollten stattdessen mit der API zum Aktualisieren des Batchkontos aktualisiert werden.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • Vorgangs-IdBatchAccount_Create
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • Vorgangs-IdBatchAccount_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • Vorgangs-IdBatchAccount_Get
Get(String, CancellationToken)

Ruft Informationen zum angegebenen Batch-Konto ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • Vorgangs-IdBatchAccount_Get
GetAll(CancellationToken)

Ruft Informationen zu den Batch-Konten ab, die der angegebenen Ressourcengruppe zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts
  • Vorgangs-IdBatchAccount_ListByResourceGroup
GetAllAsync(CancellationToken)

Ruft Informationen zu den Batch-Konten ab, die der angegebenen Ressourcengruppe zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts
  • Vorgangs-IdBatchAccount_ListByResourceGroup
GetAsync(String, CancellationToken)

Ruft Informationen zum angegebenen Batch-Konto ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • Vorgangs-IdBatchAccount_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<BatchAccountResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<BatchAccountResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: