次の方法で共有


PrivateLinkScopesOperationsExtensions.Get メソッド

定義

Azure Monitor PrivateLinkScope を返します。

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

パラメーター

operations
IPrivateLinkScopesOperations

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

resourceGroupName
String

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

scopeName
String

Azure Monitor PrivateLinkScope リソースの名前。

戻り値

適用対象