| Modifier and Type | Method and Description |
|---|---|
ManagementLock.Update |
ManagementLock.UpdateStages.WithLevel.withLevel(LockLevel level)
Specifies the lock level.
|
ManagementLock.Update |
ManagementLock.UpdateStages.WithLockedResource.withLockedResource(com.microsoft.azure.management.resources.fluentcore.arm.models.Resource resource)
Specifies the resource to lock.
|
ManagementLock.Update |
ManagementLock.UpdateStages.WithLockedResource.withLockedResource(String resourceId)
Specifies the resource to lock.
|
ManagementLock.Update |
ManagementLock.UpdateStages.WithLockedResource.withLockedResourceGroup(com.microsoft.azure.management.resources.ResourceGroup resourceGroup)
Specifies the resource group to lock.
|
ManagementLock.Update |
ManagementLock.UpdateStages.WithLockedResource.withLockedResourceGroup(String resourceGroupName)
Specifies the resource group to lock.
|
ManagementLock.Update |
ManagementLock.UpdateStages.WithNotes.withNotes(String notes)
Specifies the notes for the lock.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/