次の方法で共有


PrivateLinkScopesOperationsExtensions.Delete メソッド

定義

Azure Monitor PrivateLinkScope を削除します。

public static void Delete (this Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations operations, string resourceGroupName, string scopeName);
static member Delete : Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IPrivateLinkScopesOperations, resourceGroupName As String, scopeName As String)

パラメーター

operations
IPrivateLinkScopesOperations

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

resourceGroupName
String

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

scopeName
String

Azure Monitor PrivateLinkScope リソースの名前。

適用対象