ManagementLocksOperationsExtensions.GetByScope メソッド

定義

スコープ別の管理ロックを取得します。

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

パラメーター

operations
IManagementLocksOperations

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

scope
String

ロックのスコープ。

lockName
String

ロックの名前。

戻り値

適用対象