次の方法で共有


MonitorPrivateLinkScopeCollection クラス

定義

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

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

コンストラクター

MonitorPrivateLinkScopeCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MonitorPrivateLinkScopeData, CancellationToken)

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

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

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

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

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

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

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

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

Azure Monitor PrivateLinkScope を返します。

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

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

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

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

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

Azure Monitor PrivateLinkScope を返します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MonitorPrivateLinkScopeResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MonitorPrivateLinkScopeResource>.GetEnumerator()

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

適用対象