次の方法で共有


PrivateLinkScopedResourcesOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IPrivateLinkScopedResourcesOperations

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

resourceGroupName
String

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

scopeName
String

Azure Monitor PrivateLinkScope リソースの名前。

name
String

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

適用対象