Freigeben über


BatchApplicationCollection Klasse

Definition

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

public class BatchApplicationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Batch.BatchApplicationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Batch.BatchApplicationResource>
type BatchApplicationCollection = class
    inherit ArmCollection
    interface seq<BatchApplicationResource>
    interface IEnumerable
    interface IAsyncEnumerable<BatchApplicationResource>
Public Class BatchApplicationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of BatchApplicationResource), IEnumerable(Of BatchApplicationResource)
Vererbung
BatchApplicationCollection
Implementiert

Konstruktoren

BatchApplicationCollection()

Initialisiert eine neue instance der BatchApplicationCollection -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, BatchApplicationData, CancellationToken)

Fügt dem angegebenen Batch-Konto eine Anwendung hinzu.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}
  • Vorgang IdApplication_Create
CreateOrUpdateAsync(WaitUntil, String, BatchApplicationData, CancellationToken)

Fügt dem angegebenen Batch-Konto eine Anwendung hinzu.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}
  • Vorgang IdApplication_Create
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}
  • Vorgang IdApplication_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}
  • Vorgang IdApplication_Get
Get(String, CancellationToken)

Ruft Informationen zur angegebenen Anwendung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}
  • Vorgang IdApplication_Get
GetAll(Nullable<Int32>, CancellationToken)

Listet alle Anwendungen im angegebenen Konto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications
  • Vorgang IdApplication_List
GetAllAsync(Nullable<Int32>, CancellationToken)

Listet alle Anwendungen im angegebenen Konto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications
  • Vorgang IdApplication_List
GetAsync(String, CancellationToken)

Ruft Informationen zur angegebenen Anwendung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}
  • Vorgang IdApplication_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<BatchApplicationResource>.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<BatchApplicationResource>.GetEnumerator()

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

Gilt für: