Interface ManagementLock.DefinitionStages.WithLockedResource
-
- All Known Subinterfaces:
ManagementLock.Definition,ManagementLock.DefinitionStages.Blank
- Enclosing interface:
- ManagementLock.DefinitionStages
public static interface ManagementLock.DefinitionStages.WithLockedResourceThe stage of a management lock definition allowing to specify the resource to lock.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagementLock.DefinitionStages.WithLevelwithLockedResource(Resource resource)Specifies the resource to lock.ManagementLock.DefinitionStages.WithLevelwithLockedResource(String resourceId)Specifies the resource to lock.ManagementLock.DefinitionStages.WithLevelwithLockedResourceGroup(ResourceGroup resourceGroup)Specifies the resource group to lock.ManagementLock.DefinitionStages.WithLevelwithLockedResourceGroup(String resourceGroupName)Specifies the resource group to lock.
-
-
-
Method Detail
-
withLockedResource
ManagementLock.DefinitionStages.WithLevel withLockedResource(String resourceId)
Specifies the resource to lock.- Parameters:
resourceId- the resource ID of the resource to lock- Returns:
- the next stage of the definition
-
withLockedResource
ManagementLock.DefinitionStages.WithLevel withLockedResource(Resource resource)
Specifies the resource to lock.- Parameters:
resource- the resource to lock- Returns:
- the next stage of the definition
-
withLockedResourceGroup
ManagementLock.DefinitionStages.WithLevel withLockedResourceGroup(String resourceGroupName)
Specifies the resource group to lock.- Parameters:
resourceGroupName- the name of a resource group- Returns:
- the next stage of the definition
-
withLockedResourceGroup
ManagementLock.DefinitionStages.WithLevel withLockedResourceGroup(ResourceGroup resourceGroup)
Specifies the resource group to lock.- Parameters:
resourceGroup- a resource group- Returns:
- then next stage of the definition
-
-