Freigeben über


BatchAccountPoolCollection Klasse

Definition

Eine Klasse, die eine Auflistung von BatchAccountPoolResource und deren Vorgänge darstellt. Jedes BatchAccountPoolResource in der Auflistung gehört zum gleichen instance von BatchAccountResource. Um einen BatchAccountPoolCollection instance rufen Sie die GetBatchAccountPools-Methode von einer instance von aufBatchAccountResource.

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

Konstruktoren

BatchAccountPoolCollection()

Initialisiert eine neue instance der BatchAccountPoolCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, BatchAccountPoolData, Nullable<ETag>, String, CancellationToken)

Erstellt einen neuen Pool innerhalb des angegebenen Kontos.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • Vorgang IdPool_Create
CreateOrUpdateAsync(WaitUntil, String, BatchAccountPoolData, Nullable<ETag>, String, CancellationToken)

Erstellt einen neuen Pool innerhalb des angegebenen Kontos.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • Vorgang IdPool_Create
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • Vorgang IdPool_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • Vorgang IdPool_Get
Get(String, CancellationToken)

Ruft Informationen zum angegebenen Pool ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • Vorgang IdPool_Get
GetAll(Nullable<Int32>, String, String, CancellationToken)

Listet alle Pools im angegebenen Konto auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools
  • Vorgang IdPool_ListByBatchAccount
GetAllAsync(Nullable<Int32>, String, String, CancellationToken)

Listet alle Pools im angegebenen Konto auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools
  • Vorgang IdPool_ListByBatchAccount
GetAsync(String, CancellationToken)

Ruft Informationen zum angegebenen Pool ab.

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

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

Gilt für: