次の方法で共有


PrivateLinkScopedResourcesOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Monitor.Models.ScopedResource Get (this Microsoft.Azure.Management.Monitor.IPrivateLinkScopedResourcesOperations operations, string resourceGroupName, string scopeName, string name);
static member Get : Microsoft.Azure.Management.Monitor.IPrivateLinkScopedResourcesOperations * string * string * string -> Microsoft.Azure.Management.Monitor.Models.ScopedResource
<Extension()>
Public Function Get (operations As IPrivateLinkScopedResourcesOperations, resourceGroupName As String, scopeName As String, name As String) As ScopedResource

パラメーター

operations
IPrivateLinkScopedResourcesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

scopeName
String

Azure Monitor PrivateLinkScope リソースの名前。

name
String

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

戻り値

適用対象