ServiceServiceTaskCollection クラス

定義

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

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

コンストラクター

ServiceServiceTaskCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ProjectTaskData, CancellationToken)

サービス タスク リソースは、DMS インスタンスによって実行される作業を表す入れ子になったプロキシ専用リソースです。 PUT メソッドは新しいサービス タスクを作成するか、既存のサービス タスクを更新しますが、サービス タスクには変更可能なカスタム プロパティがないため、既存のサービス タスクを更新する理由はほとんどありません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}
  • 操作IdServiceTasks_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ProjectTaskData, CancellationToken)

サービス タスク リソースは、DMS インスタンスによって実行される作業を表す入れ子になったプロキシ専用リソースです。 PUT メソッドは新しいサービス タスクを作成するか、既存のサービス タスクを更新しますが、サービス タスクには変更可能なカスタム プロパティがないため、既存のサービス タスクを更新する理由はほとんどありません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}
  • 操作IdServiceTasks_CreateOrUpdate
Exists(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}
  • 操作IdServiceTasks_Get
ExistsAsync(String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}
  • 操作IdServiceTasks_Get
Get(String, String, CancellationToken)

サービス タスク リソースは、DMS インスタンスによって実行される作業を表す入れ子になったプロキシ専用リソースです。 GET メソッドは、サービス タスクに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}
  • 操作IdServiceTasks_Get
GetAll(String, CancellationToken)

サービス リソースは、Database Migration Serviceを表す最上位レベルのリソースです。 このメソッドは、サービス リソースが所有するサービス レベル タスクの一覧を返します。 一部のタスクの状態が不明である場合があります。これは、そのタスクの状態のクエリ中にエラーが発生したことを示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks
  • 操作IdServiceTasks_List
GetAllAsync(String, CancellationToken)

サービス リソースは、Database Migration Serviceを表す最上位レベルのリソースです。 このメソッドは、サービス リソースが所有するサービス レベル タスクの一覧を返します。 一部のタスクの状態が不明である場合があります。これは、そのタスクの状態のクエリ中にエラーが発生したことを示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks
  • 操作IdServiceTasks_List
GetAsync(String, String, CancellationToken)

サービス タスク リソースは、DMS インスタンスによって実行される作業を表す入れ子になったプロキシ専用リソースです。 GET メソッドは、サービス タスクに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}
  • 操作IdServiceTasks_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ServiceServiceTaskResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ServiceServiceTaskResource>.GetEnumerator()

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

適用対象