StorageMoverEndpointCollection クラス

定義

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

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

コンストラクター

StorageMoverEndpointCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StorageMoverEndpointData, CancellationToken)

データ転送元または転送先を表すエンドポイント リソースを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}
  • 操作IdEndpoints_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, StorageMoverEndpointData, CancellationToken)

データ転送元または転送先を表すエンドポイント リソースを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}
  • 操作IdEndpoints_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}
  • 操作IdEndpoints_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}
  • 操作IdEndpoints_Get
Get(String, CancellationToken)

エンドポイント リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}
  • 操作IdEndpoints_Get
GetAll(CancellationToken)

Storage Mover 内のすべてのエンドポイントを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints
  • 操作IdEndpoints_List
GetAllAsync(CancellationToken)

Storage Mover 内のすべてのエンドポイントを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints
  • 操作IdEndpoints_List
GetAsync(String, CancellationToken)

エンドポイント リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}
  • 操作IdEndpoints_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}
  • 操作IdEndpoints_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}
  • 操作IdEndpoints_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<StorageMoverEndpointResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<StorageMoverEndpointResource>.GetEnumerator()

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

適用対象