| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementLockObjectInner |
ManagementLocksClient.createOrUpdateAtResourceGroupLevel(String resourceGroupName,
String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
ManagementLockObjectInner |
ManagementLocksClient.createOrUpdateAtResourceLevel(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
ManagementLockObjectInner |
ManagementLocksClient.createOrUpdateAtSubscriptionLevel(String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
ManagementLockObjectInner |
ManagementLocksClient.createOrUpdateByScope(String scope,
String lockName,
ManagementLockObjectInner parameters)
Create or update a management lock by scope.
|
ManagementLockObjectInner |
ManagementLocksClient.getAtResourceLevel(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String lockName)
Get the management lock of a resource or any level below resource.
|
ManagementLockObjectInner |
ManagementLocksClient.getAtSubscriptionLevel(String lockName)
Gets a management lock at the subscription level.
|
ManagementLockObjectInner |
ManagementLocksClient.getByResourceGroup(String resourceGroupName,
String lockName)
Gets a management lock at the resource group level.
|
ManagementLockObjectInner |
ManagementLocksClient.getByScope(String scope,
String lockName)
Get a management lock by scope.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementLockObjectInner |
ManagementLocksClient.createOrUpdateAtResourceGroupLevel(String resourceGroupName,
String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
Mono<ManagementLockObjectInner> |
ManagementLocksClient.createOrUpdateAtResourceGroupLevelAsync(String resourceGroupName,
String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
com.azure.core.http.rest.Response<ManagementLockObjectInner> |
ManagementLocksClient.createOrUpdateAtResourceGroupLevelWithResponse(String resourceGroupName,
String lockName,
ManagementLockObjectInner parameters,
com.azure.core.util.Context context)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
Mono<com.azure.core.http.rest.Response<ManagementLockObjectInner>> |
ManagementLocksClient.createOrUpdateAtResourceGroupLevelWithResponseAsync(String resourceGroupName,
String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
ManagementLockObjectInner |
ManagementLocksClient.createOrUpdateAtResourceLevel(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
Mono<ManagementLockObjectInner> |
ManagementLocksClient.createOrUpdateAtResourceLevelAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
com.azure.core.http.rest.Response<ManagementLockObjectInner> |
ManagementLocksClient.createOrUpdateAtResourceLevelWithResponse(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String lockName,
ManagementLockObjectInner parameters,
com.azure.core.util.Context context)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
Mono<com.azure.core.http.rest.Response<ManagementLockObjectInner>> |
ManagementLocksClient.createOrUpdateAtResourceLevelWithResponseAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
ManagementLockObjectInner |
ManagementLocksClient.createOrUpdateAtSubscriptionLevel(String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
Mono<ManagementLockObjectInner> |
ManagementLocksClient.createOrUpdateAtSubscriptionLevelAsync(String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
com.azure.core.http.rest.Response<ManagementLockObjectInner> |
ManagementLocksClient.createOrUpdateAtSubscriptionLevelWithResponse(String lockName,
ManagementLockObjectInner parameters,
com.azure.core.util.Context context)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
Mono<com.azure.core.http.rest.Response<ManagementLockObjectInner>> |
ManagementLocksClient.createOrUpdateAtSubscriptionLevelWithResponseAsync(String lockName,
ManagementLockObjectInner parameters)
When you apply a lock at a parent scope, all child resources inherit the same lock.
|
ManagementLockObjectInner |
ManagementLocksClient.createOrUpdateByScope(String scope,
String lockName,
ManagementLockObjectInner parameters)
Create or update a management lock by scope.
|
Mono<ManagementLockObjectInner> |
ManagementLocksClient.createOrUpdateByScopeAsync(String scope,
String lockName,
ManagementLockObjectInner parameters)
Create or update a management lock by scope.
|
com.azure.core.http.rest.Response<ManagementLockObjectInner> |
ManagementLocksClient.createOrUpdateByScopeWithResponse(String scope,
String lockName,
ManagementLockObjectInner parameters,
com.azure.core.util.Context context)
Create or update a management lock by scope.
|
Mono<com.azure.core.http.rest.Response<ManagementLockObjectInner>> |
ManagementLocksClient.createOrUpdateByScopeWithResponseAsync(String scope,
String lockName,
ManagementLockObjectInner parameters)
Create or update a management lock by scope.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementLockObjectInner |
ManagementLockObjectInner.withLevel(LockLevel level)
Set the level property: The level of the lock.
|
ManagementLockObjectInner |
ManagementLockObjectInner.withNotes(String notes)
Set the notes property: Notes about the lock.
|
ManagementLockObjectInner |
ManagementLockObjectInner.withOwners(List<ManagementLockOwner> owners)
Set the owners property: The owners of the lock.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.