Freigeben über


BatchAccountDetectorCollection Klasse

Definition

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

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

Konstruktoren

BatchAccountDetectorCollection()

Initialisiert eine neue instance der BatchAccountDetectorCollection -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

Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • Vorgang IdBatchAccount_GetDetector
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • Vorgang IdBatchAccount_GetDetector
Get(String, CancellationToken)

Ruft Informationen zum angegebenen Detektor für ein bestimmtes Batch-Konto ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • Vorgang IdBatchAccount_GetDetector
GetAll(CancellationToken)

Ruft Informationen zu den Detektoren ab, die für ein bestimmtes Batch-Konto verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors
  • Vorgang IdBatchAccount_ListDetectors
GetAllAsync(CancellationToken)

Ruft Informationen zu den Detektoren ab, die für ein bestimmtes Batch-Konto verfügbar sind.

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

Ruft Informationen zum angegebenen Detektor für ein bestimmtes Batch-Konto ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • Vorgang IdBatchAccount_GetDetector
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<BatchAccountDetectorResource>.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<BatchAccountDetectorResource>.GetEnumerator()

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

Gilt für: