HybridComputePrivateLinkScopeCollection クラス

定義

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

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

コンストラクター

HybridComputePrivateLinkScopeCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, HybridComputePrivateLinkScopeData, CancellationToken)

Azure Arc PrivateLinkScope を作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • 操作IdPrivateLinkScopes_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, HybridComputePrivateLinkScopeData, CancellationToken)

Azure Arc PrivateLinkScope を作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • 操作IdPrivateLinkScopes_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • 操作IdPrivateLinkScopes_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • 操作IdPrivateLinkScopes_Get
Get(String, CancellationToken)

Azure Arc PrivateLinkScope を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • 操作IdPrivateLinkScopes_Get
GetAll(CancellationToken)

リソース グループ内の Azure Arc PrivateLinkScopes の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes
  • 操作IdPrivateLinkScopes_ListByResourceGroup
GetAllAsync(CancellationToken)

リソース グループ内の Azure Arc PrivateLinkScopes の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes
  • 操作IdPrivateLinkScopes_ListByResourceGroup
GetAsync(String, CancellationToken)

Azure Arc PrivateLinkScope を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • 操作IdPrivateLinkScopes_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • 操作IdPrivateLinkScopes_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}
  • 操作IdPrivateLinkScopes_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<HybridComputePrivateLinkScopeResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<HybridComputePrivateLinkScopeResource>.GetEnumerator()

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

適用対象