Uses of Interface
com.azure.resourcemanager.resources.models.ManagementLock.Update
-
Packages that use ManagementLock.Update Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ManagementLock.Update in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models 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(Resource resource)Specifies the resource to lock.ManagementLock.UpdateManagementLock.UpdateStages.WithLockedResource. withLockedResource(String resourceId)Specifies the resource to lock.ManagementLock.UpdateManagementLock.UpdateStages.WithLockedResource. withLockedResourceGroup(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.
-