次の方法で共有


PrivateLinkScopesOperationsExtensions.BeginDelete メソッド

定義

Azure Monitor PrivateLinkScope を削除します。

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

パラメーター

operations
IPrivateLinkScopesOperations

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

resourceGroupName
String

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

scopeName
String

Azure Monitor PrivateLinkScope リソースの名前。

適用対象