次の方法で共有


ResourceManagementPrivateLinkOperationsExtensions.Delete メソッド

定義

リソース管理のプライベート リンクを削除します。

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

パラメーター

operations
IResourceManagementPrivateLinkOperations

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

resourceGroupName
String

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

rmplName
String

リソース管理プライベート リンクの名前。

適用対象