ManagementLocksOperationsExtensions.GetAtResourceLevel メソッド

定義

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

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

パラメーター

operations
IManagementLocksOperations

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

resourceGroupName
String

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

resourceProviderNamespace
String

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

parentResourcePath
String

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

resourceType
String

リソースの型。

resourceName
String

リソースの名前。

lockName
String

ロックの名前。

戻り値

適用対象