Skip navigation links
A C F L M N R V W 

A

applicationId() - Method in class com.microsoft.azure.management.locks.ManagementLockOwner
Get the applicationId value.

C

CAN_NOT_DELETE - Static variable in class com.microsoft.azure.management.locks.LockLevel
Static value CanNotDelete for LockLevel.
com.microsoft.azure.management.locks - package com.microsoft.azure.management.locks
This package contains the classes for ManagementLockClient.

F

fromString(String) - Static method in class com.microsoft.azure.management.locks.LockLevel
Creates or finds a LockLevel from its string representation.

L

level() - Method in interface com.microsoft.azure.management.locks.ManagementLock
 
listForResource(String) - Method in interface com.microsoft.azure.management.locks.ManagementLocks
Lists management locks associated with the specified resource, its resource group and any resources below the resource.
listForResourceAsync(String) - Method in interface com.microsoft.azure.management.locks.ManagementLocks
Lists management locks associated with the specified resource, its resource group, and any level below the resource.
lockedResourceId() - Method in interface com.microsoft.azure.management.locks.ManagementLock
 
LockLevel - Class in com.microsoft.azure.management.locks
Defines values for LockLevel.
LockLevel() - Constructor for class com.microsoft.azure.management.locks.LockLevel
 

M

ManagementLock - Interface in com.microsoft.azure.management.locks
Management lock.
ManagementLock.Definition - Interface in com.microsoft.azure.management.locks
Container interface for all the definitions.
ManagementLock.DefinitionStages - Interface in com.microsoft.azure.management.locks
Grouping of management lock definition stages.
ManagementLock.DefinitionStages.Blank - Interface in com.microsoft.azure.management.locks
The first stage of a management lock definition.
ManagementLock.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.locks
The stage of the management lock definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.
ManagementLock.DefinitionStages.WithLevel - Interface in com.microsoft.azure.management.locks
The stage of a management lock definition allowing to specify notes for the lock.
ManagementLock.DefinitionStages.WithLockedResource - Interface in com.microsoft.azure.management.locks
The stage of a management lock definition allowing to specify the resource to lock.
ManagementLock.DefinitionStages.WithNotes - Interface in com.microsoft.azure.management.locks
The stage of a management lock definition allowing to specify the level of the lock.
ManagementLock.Update - Interface in com.microsoft.azure.management.locks
Container interface for all the updates.
ManagementLock.UpdateStages - Interface in com.microsoft.azure.management.locks
Grouping of management lock update stages.
ManagementLock.UpdateStages.WithLevel - Interface in com.microsoft.azure.management.locks
The stage of a management lock update allowing to modify the level of the lock.
ManagementLock.UpdateStages.WithLockedResource - Interface in com.microsoft.azure.management.locks
The stage of a management lock update allowing to specify the resource to lock.
ManagementLock.UpdateStages.WithNotes - Interface in com.microsoft.azure.management.locks
The stage of a management lock definition allowing to specify the level of the lock.
ManagementLockOwner - Class in com.microsoft.azure.management.locks
Lock owner properties.
ManagementLockOwner() - Constructor for class com.microsoft.azure.management.locks.ManagementLockOwner
 
ManagementLocks - Interface in com.microsoft.azure.management.locks
Entry point to management lock management.

N

NOT_SPECIFIED - Static variable in class com.microsoft.azure.management.locks.LockLevel
Static value NotSpecified for LockLevel.
notes() - Method in interface com.microsoft.azure.management.locks.ManagementLock
 

R

READ_ONLY - Static variable in class com.microsoft.azure.management.locks.LockLevel
Static value ReadOnly for LockLevel.

V

values() - Static method in class com.microsoft.azure.management.locks.LockLevel
 

W

withApplicationId(String) - Method in class com.microsoft.azure.management.locks.ManagementLockOwner
Set the applicationId value.
withLevel(LockLevel) - Method in interface com.microsoft.azure.management.locks.ManagementLock.DefinitionStages.WithLevel
Specifies the lock level.
withLevel(LockLevel) - Method in interface com.microsoft.azure.management.locks.ManagementLock.UpdateStages.WithLevel
Specifies the lock level.
withLockedResource(String) - Method in interface com.microsoft.azure.management.locks.ManagementLock.DefinitionStages.WithLockedResource
Specifies the resource to lock.
withLockedResource(Resource) - Method in interface com.microsoft.azure.management.locks.ManagementLock.DefinitionStages.WithLockedResource
Specifies the resource to lock.
withLockedResource(String) - Method in interface com.microsoft.azure.management.locks.ManagementLock.UpdateStages.WithLockedResource
Specifies the resource to lock.
withLockedResource(Resource) - Method in interface com.microsoft.azure.management.locks.ManagementLock.UpdateStages.WithLockedResource
Specifies the resource to lock.
withLockedResourceGroup(String) - Method in interface com.microsoft.azure.management.locks.ManagementLock.DefinitionStages.WithLockedResource
Specifies the resource group to lock.
withLockedResourceGroup(ResourceGroup) - Method in interface com.microsoft.azure.management.locks.ManagementLock.DefinitionStages.WithLockedResource
Specifies the resource group to lock.
withLockedResourceGroup(String) - Method in interface com.microsoft.azure.management.locks.ManagementLock.UpdateStages.WithLockedResource
Specifies the resource group to lock.
withLockedResourceGroup(ResourceGroup) - Method in interface com.microsoft.azure.management.locks.ManagementLock.UpdateStages.WithLockedResource
Specifies the resource group to lock.
withNotes(String) - Method in interface com.microsoft.azure.management.locks.ManagementLock.DefinitionStages.WithNotes
Specifies the notes for the lock.
withNotes(String) - Method in interface com.microsoft.azure.management.locks.ManagementLock.UpdateStages.WithNotes
Specifies the notes for the lock.
A C F L M N R V W 
Skip navigation links

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/