MonitorPrivateLinkScopeCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
のコレクション 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 新しいインスタンスを初期化します。 |
プロパティ
Client |
このリソース クライアントの ArmClient 作成元を取得します。 (継承元 ArmCollection) |
Diagnostics |
このリソース クライアントの診断オプションを取得します。 (継承元 ArmCollection) |
Endpoint |
このリソース クライアントのベース URI を取得します。 (継承元 ArmCollection) |
Id |
リソース識別子を取得します。 (継承元 ArmCollection) |
Pipeline |
このリソース クライアントのパイプラインを取得します。 (継承元 ArmCollection) |
メソッド
CreateOrUpdate(WaitUntil, String, MonitorPrivateLinkScopeData, CancellationToken) |
Azure Monitor PrivateLinkScope を作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。
|
CreateOrUpdateAsync(WaitUntil, String, MonitorPrivateLinkScopeData, CancellationToken) |
Azure Monitor PrivateLinkScope を作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。
|
Exists(String, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
ExistsAsync(String, CancellationToken) |
リソースが Azure に存在するかどうかを確認します。
|
Get(String, CancellationToken) |
Azure Monitor PrivateLinkScope を返します。
|
GetAll(CancellationToken) |
リソース グループ内の Azure Monitor PrivateLinkScopes の一覧を取得します。
|
GetAllAsync(CancellationToken) |
リソース グループ内の Azure Monitor PrivateLinkScopes の一覧を取得します。
|
GetAsync(String, CancellationToken) |
Azure Monitor PrivateLinkScope を返します。
|
TryGetApiVersion(ResourceType, String) |
現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。 (継承元 ArmCollection) |
明示的なインターフェイスの実装
IAsyncEnumerable<MonitorPrivateLinkScopeResource>.GetAsyncEnumerator(CancellationToken) |
コレクションを非同期に反復処理する列挙子を返します。 |
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |
IEnumerable<MonitorPrivateLinkScopeResource>.GetEnumerator() |
コレクションを反復処理する列挙子を返します。 |