MonitorExtensions.GetMonitorPrivateLinkScopes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetMonitorPrivateLinkScopes(ResourceGroupResource) |
ResourceGroupResource 内の MonitorPrivateLinkScopeResources のコレクションを取得します。 |
GetMonitorPrivateLinkScopes(SubscriptionResource, CancellationToken) |
サブスクリプション内のすべての Azure Monitor PrivateLinkScopes の一覧を取得します。
|
GetMonitorPrivateLinkScopes(ResourceGroupResource)
ResourceGroupResource 内の MonitorPrivateLinkScopeResources のコレクションを取得します。
public static Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeCollection GetMonitorPrivateLinkScopes (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetMonitorPrivateLinkScopes : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeCollection
<Extension()>
Public Function GetMonitorPrivateLinkScopes (resourceGroupResource As ResourceGroupResource) As MonitorPrivateLinkScopeCollection
パラメーター
- resourceGroupResource
- ResourceGroupResource
ResourceGroupResourceメソッドが実行するインスタンス。
戻り値
MonitorPrivateLinkScopeResources のコレクションと、MonitorPrivateLinkScopeResource に対する操作を表す オブジェクト。
適用対象
GetMonitorPrivateLinkScopes(SubscriptionResource, CancellationToken)
サブスクリプション内のすべての Azure Monitor PrivateLinkScopes の一覧を取得します。
- 要求パス/サブスクリプション/{subscriptionId}/providers/microsoft.insights/privateLinkScopes
- 操作IdPrivateLinkScopes_List
public static Azure.Pageable<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource> GetMonitorPrivateLinkScopes (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetMonitorPrivateLinkScopes : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>
<Extension()>
Public Function GetMonitorPrivateLinkScopes (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MonitorPrivateLinkScopeResource)
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行するインスタンス。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の MonitorPrivateLinkScopeResource サービス要求を受け取る可能性がある のコレクション。