次の方法で共有


IManagementLockOperations.DeleteAtResourceLevelAsync メソッド

定義

リソースの管理ロックまたはリソースより下のレベルを削除します。

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAtResourceLevelAsync (string resourceGroupName, Microsoft.Azure.ResourceIdentity identity, string lockName, System.Threading.CancellationToken cancellationToken);
abstract member DeleteAtResourceLevelAsync : string * Microsoft.Azure.ResourceIdentity * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function DeleteAtResourceLevelAsync (resourceGroupName As String, identity As ResourceIdentity, lockName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

パラメーター

resourceGroupName
String

リソース グループの名前。

identity
Microsoft.Azure.ResourceIdentity

リソースの ID です。

lockName
String

ロックの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象