ManagementLocksOperationsExtensions.GetAtResourceLevelAsync メソッド

定義

リソースまたはリソースより下の任意のレベルの管理ロックを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject> GetAtResourceLevelAsync (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string lockName, System.Threading.CancellationToken cancellationToken = default);
static member GetAtResourceLevelAsync : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject>
<Extension()>
Public Function GetAtResourceLevelAsync (operations As IManagementLocksOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, lockName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagementLockObject)

パラメーター

operations
IManagementLocksOperations

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

resourceGroupName
String

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

resourceProviderNamespace
String

リソース プロバイダーの名前空間。

parentResourcePath
String

SQL Database などの一部のサービスで必要な追加のパス パラメーター。

resourceType
String

リソースの型。

resourceName
String

リソースの名前。

lockName
String

ロックの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象