次の方法で共有


PrivateLinkScopedResourcesOperationsExtensions.BeginDelete メソッド

定義

指定した名前のプライベート エンドポイント接続を削除します。

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

パラメーター

operations
IPrivateLinkScopedResourcesOperations

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

resourceGroupName
String

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

scopeName
String

Azure Monitor PrivateLinkScope リソースの名前。

name
String

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

適用対象