ResourceLinksOperationsExtensions.Delete メソッド

定義

指定した ID のリソース リンクを削除します。

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

パラメーター

operations
IResourceLinksOperations

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

linkId
String

リソース リンクの完全修飾 ID。 /subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/{provider-namespace}/{resource-type}/{resource-name}/Microsoft.Resources/links/{link-name} の形式を使用します。 たとえば、/subscriptions/00000000-0000-0000-0000-00000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink

適用対象