次の方法で共有


ManagementLockOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Resources.Models.ManagementLockReturnResult Get(this Microsoft.Azure.Management.Resources.IManagementLockOperations operations, string lockName);
static member Get : Microsoft.Azure.Management.Resources.IManagementLockOperations * string -> Microsoft.Azure.Management.Resources.Models.ManagementLockReturnResult
<Extension()>
Public Function Get (operations As IManagementLockOperations, lockName As String) As ManagementLockReturnResult

パラメーター

operations
IManagementLockOperations

Microsoft.Azure.Management.Resources.IManagementLockOperations への参照。

lockName
String

必須。 管理ロックの名前。

戻り値

管理ロック情報。

適用対象