Uses of Interface
com.microsoft.azure.management.locks.ManagementLock.Update
-
-
Uses of ManagementLock.Update in com.microsoft.azure.management.locks
Methods in com.microsoft.azure.management.locks that return ManagementLock.Update Modifier and Type Method Description ManagementLock.UpdateManagementLock.UpdateStages.WithLevel. withLevel(LockLevel level)Specifies the lock level.ManagementLock.UpdateManagementLock.UpdateStages.WithLockedResource. withLockedResource(com.microsoft.azure.management.resources.fluentcore.arm.models.Resource resource)Specifies the resource to lock.ManagementLock.UpdateManagementLock.UpdateStages.WithLockedResource. withLockedResource(String resourceId)Specifies the resource to lock.ManagementLock.UpdateManagementLock.UpdateStages.WithLockedResource. withLockedResourceGroup(com.microsoft.azure.management.resources.ResourceGroup resourceGroup)Specifies the resource group to lock.ManagementLock.UpdateManagementLock.UpdateStages.WithLockedResource. withLockedResourceGroup(String resourceGroupName)Specifies the resource group to lock.ManagementLock.UpdateManagementLock.UpdateStages.WithNotes. withNotes(String notes)Specifies the notes for the lock.
-