次の方法で共有


LinkerResourceCollection クラス

定義

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

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

コンストラクター

LinkerResourceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, LinkerResourceData, CancellationToken)

リンカー リソースを作成または更新します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, LinkerResourceData, CancellationToken)

リンカー リソースを作成または更新します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
Get(String, CancellationToken)

指定した名前のリンカー リソースを返します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
GetAll(CancellationToken)

リソースに接続するリンカーの一覧を返します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers
  • 操作IdLinker_List
GetAllAsync(CancellationToken)

リソースに接続するリンカーの一覧を返します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers
  • 操作IdLinker_List
GetAsync(String, CancellationToken)

指定した名前のリンカー リソースを返します。

  • 要求パス/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • 操作IdLinker_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<LinkerResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<LinkerResource>.GetEnumerator()

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

適用対象