次の方法で共有


ManagementLockOperationsExtensions.CreateOrUpdateAtSubscriptionLevelAsync メソッド

定義

サブスクリプション レベルで管理ロックを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ManagementLockReturnResult> CreateOrUpdateAtSubscriptionLevelAsync (this Microsoft.Azure.Management.Resources.IManagementLockOperations operations, string lockName, Microsoft.Azure.Management.Resources.Models.ManagementLockProperties parameters);
static member CreateOrUpdateAtSubscriptionLevelAsync : Microsoft.Azure.Management.Resources.IManagementLockOperations * string * Microsoft.Azure.Management.Resources.Models.ManagementLockProperties -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ManagementLockReturnResult>
<Extension()>
Public Function CreateOrUpdateAtSubscriptionLevelAsync (operations As IManagementLockOperations, lockName As String, parameters As ManagementLockProperties) As Task(Of ManagementLockReturnResult)

パラメーター

operations
IManagementLockOperations

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

lockName
String

必須。 ロックの名前。

parameters
ManagementLockProperties

必須です。 管理ロック パラメーター。

戻り値

管理ロック情報。

適用対象