Freigeben über


LoadTestingQuotaCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren LoadTestingQuotaResource Vorgänge darstellt. Jedes LoadTestingQuotaResource in der Auflistung gehört zum gleichen instance von SubscriptionResource. Um einen LoadTestingQuotaCollection instance rufen Sie die GetLoadTestingQuota-Methode aus einer instance von aufSubscriptionResource.

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

Konstruktoren

LoadTestingQuotaCollection()

Initialisiert eine neue instance der -Klasse für die LoadTestingQuotaCollection 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

Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}
  • Vorgangs-IdQuotas_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}
  • Vorgangs-IdQuotas_Get
Get(String, CancellationToken)

Rufen Sie das verfügbare Kontingent für einen Kontingentbucket pro Region und Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}
  • Vorgangs-IdQuotas_Get
GetAll(CancellationToken)

Listet das gesamte verfügbare Kontingent pro Region und Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas
  • Vorgangs-IdQuotas_List
GetAllAsync(CancellationToken)

Listet das gesamte verfügbare Kontingent pro Region und Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas
  • Vorgangs-IdQuotas_List
GetAsync(String, CancellationToken)

Rufen Sie das verfügbare Kontingent für einen Kontingentbucket pro Region und Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/quotas/{quotaBucketName}
  • Vorgangs-IdQuotas_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<LoadTestingQuotaResource>.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<LoadTestingQuotaResource>.GetEnumerator()

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

Gilt für: