Freigeben über


CognitiveServicesCommitmentPlanCollection Klasse

Definition

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

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

Konstruktoren

CognitiveServicesCommitmentPlanCollection()

Initialisiert eine neue instance der -Klasse für die CognitiveServicesCommitmentPlanCollection 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, CommitmentPlanData, CancellationToken)

Erstellen Sie einen Cognitive Services-Verpflichtungsplan.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}
  • Vorgangs-IdCommitmentPlans_CreateOrUpdatePlan
CreateOrUpdateAsync(WaitUntil, String, CommitmentPlanData, CancellationToken)

Erstellen Sie einen Cognitive Services-Verpflichtungsplan.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}
  • Vorgangs-IdCommitmentPlans_CreateOrUpdatePlan
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}
  • Vorgangs-IdCommitmentPlans_GetPlan
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}
  • Vorgangs-IdCommitmentPlans_GetPlan
Get(String, CancellationToken)

Gibt einen Cognitive Services-Verpflichtungsplan zurück, der durch die Parameter angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}
  • Vorgangs-IdCommitmentPlans_GetPlan
GetAll(CancellationToken)

Gibt alle Ressourcen eines bestimmten Typs zurück, der zu einer Ressourcengruppe gehört.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans
  • Vorgangs-IdCommitmentPlans_ListPlansByResourceGroup
GetAllAsync(CancellationToken)

Gibt alle Ressourcen eines bestimmten Typs zurück, der zu einer Ressourcengruppe gehört.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans
  • Vorgangs-IdCommitmentPlans_ListPlansByResourceGroup
GetAsync(String, CancellationToken)

Gibt einen Cognitive Services-Verpflichtungsplan zurück, der durch die Parameter angegeben wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}
  • Vorgangs-IdCommitmentPlans_GetPlan
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<CognitiveServicesCommitmentPlanResource>.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<CognitiveServicesCommitmentPlanResource>.GetEnumerator()

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

Gilt für: