ManagementLocksOperationsExtensions.GetAtResourceGroupLevelAsync メソッド

定義

リソース グループ レベルで管理ロックを取得します。

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

パラメーター

operations
IManagementLocksOperations

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

resourceGroupName
String

ロックされたリソース グループの名前。

lockName
String

取得するロックの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象