次の方法で共有


CognitiveServicesAccountDeploymentCollection クラス

定義

のコレクション CognitiveServicesAccountDeploymentResource とその操作を表すクラス。 コレクション内の各 CognitiveServicesAccountDeploymentResource は、 の同じインスタンス CognitiveServicesAccountResourceに属します。 インスタンスを CognitiveServicesAccountDeploymentCollection 取得するには、 のインスタンスから GetCognitiveServicesAccountDeployments メソッドを CognitiveServicesAccountResource呼び出します。

public class CognitiveServicesAccountDeploymentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CognitiveServices.CognitiveServicesAccountDeploymentResource>
type CognitiveServicesAccountDeploymentCollection = class
    inherit ArmCollection
    interface seq<CognitiveServicesAccountDeploymentResource>
    interface IEnumerable
    interface IAsyncEnumerable<CognitiveServicesAccountDeploymentResource>
Public Class CognitiveServicesAccountDeploymentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of CognitiveServicesAccountDeploymentResource), IEnumerable(Of CognitiveServicesAccountDeploymentResource)
継承
CognitiveServicesAccountDeploymentCollection
実装

コンストラクター

CognitiveServicesAccountDeploymentCollection()

モック作成のために クラスの CognitiveServicesAccountDeploymentCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CognitiveServicesAccountDeploymentData, CancellationToken)

Cognitive Services アカウントに関連付けられている指定されたデプロイの状態を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}
  • 操作IdDeployments_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, CognitiveServicesAccountDeploymentData, CancellationToken)

Cognitive Services アカウントに関連付けられている指定されたデプロイの状態を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}
  • 操作IdDeployments_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}
  • 操作IdDeployments_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}
  • 操作IdDeployments_Get
Get(String, CancellationToken)

Cognitive Services アカウントに関連付けられている指定されたデプロイを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}
  • 操作IdDeployments_Get
GetAll(CancellationToken)

Cognitive Services アカウントに関連付けられているデプロイを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments
  • 操作IdDeployments_List
GetAllAsync(CancellationToken)

Cognitive Services アカウントに関連付けられているデプロイを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments
  • 操作IdDeployments_List
GetAsync(String, CancellationToken)

Cognitive Services アカウントに関連付けられている指定されたデプロイを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/deployments/{deploymentName}
  • 操作IdDeployments_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<CognitiveServicesAccountDeploymentResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<CognitiveServicesAccountDeploymentResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象