Package | Description |
---|---|
com.microsoft.azure.management.locks |
This package contains the classes for ManagementLockClient.
|
Modifier and Type | Method and Description |
---|---|
ManagementLock.Update |
ManagementLock.UpdateStages.WithLevel.withLevel(LockLevel level)
Specifies the lock level.
|
ManagementLock.Update |
ManagementLock.UpdateStages.WithLockedResource.withLockedResource(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(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 © 2019. All rights reserved.