ManagementLocksOperationsExtensions.GetAtResourceGroupLevel メソッド

定義

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

public static Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject GetAtResourceGroupLevel (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string resourceGroupName, string lockName);
static member GetAtResourceGroupLevel : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject
<Extension()>
Public Function GetAtResourceGroupLevel (operations As IManagementLocksOperations, resourceGroupName As String, lockName As String) As ManagementLockObject

パラメーター

operations
IManagementLocksOperations

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

resourceGroupName
String

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

lockName
String

取得するロックの名前。

戻り値

適用対象