次の方法で共有


MonitorPrivateLinkScopeResource.GetMonitorPrivateLinkScopedResource メソッド

定義

プライベート リンク スコープ内のスコープ付きリソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/privateLinkScopes/{scopeName}/scopedResources/{name}
  • 操作IdPrivateLinkScopedResources_Get
public virtual Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopedResource> GetMonitorPrivateLinkScopedResource (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMonitorPrivateLinkScopedResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopedResource>
override this.GetMonitorPrivateLinkScopedResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopedResource>
Public Overridable Function GetMonitorPrivateLinkScopedResource (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MonitorPrivateLinkScopedResource)

パラメーター

name
String

スコープ付きリソース オブジェクトの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

name は空の文字列であり、空でないと想定されていました。

name が null です。

適用対象