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.
|
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.
|
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.
|
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.
|
Mono<ManagementLockObjectInner> |
ManagementLocksClient.getAtResourceLevelAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String lockName) |
Get the management lock of a resource or any level below resource.
|
com.azure.core.http.rest.Response<ManagementLockObjectInner> |
ManagementLocksClient.getAtResourceLevelWithResponse(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String lockName,
com.azure.core.util.Context context) |
Get the management lock of a resource or any level below resource.
|
Mono<com.azure.core.http.rest.Response<ManagementLockObjectInner>> |
ManagementLocksClient.getAtResourceLevelWithResponseAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String lockName) |
Get the management lock of a resource or any level below resource.
|
Mono<ManagementLockObjectInner> |
ManagementLocksClient.getAtSubscriptionLevelAsync(String lockName) |
Gets a management lock at the subscription level.
|
com.azure.core.http.rest.Response<ManagementLockObjectInner> |
ManagementLocksClient.getAtSubscriptionLevelWithResponse(String lockName,
com.azure.core.util.Context context) |
Gets a management lock at the subscription level.
|
Mono<com.azure.core.http.rest.Response<ManagementLockObjectInner>> |
ManagementLocksClient.getAtSubscriptionLevelWithResponseAsync(String lockName) |
Gets a management lock at the subscription level.
|
Mono<ManagementLockObjectInner> |
ManagementLocksClient.getByResourceGroupAsync(String resourceGroupName,
String lockName) |
Gets a management lock at the resource group level.
|
com.azure.core.http.rest.Response<ManagementLockObjectInner> |
ManagementLocksClient.getByResourceGroupWithResponse(String resourceGroupName,
String lockName,
com.azure.core.util.Context context) |
Gets a management lock at the resource group level.
|
Mono<com.azure.core.http.rest.Response<ManagementLockObjectInner>> |
ManagementLocksClient.getByResourceGroupWithResponseAsync(String resourceGroupName,
String lockName) |
Gets a management lock at the resource group level.
|
Mono<ManagementLockObjectInner> |
ManagementLocksClient.getByScopeAsync(String scope,
String lockName) |
Get a management lock by scope.
|
com.azure.core.http.rest.Response<ManagementLockObjectInner> |
ManagementLocksClient.getByScopeWithResponse(String scope,
String lockName,
com.azure.core.util.Context context) |
Get a management lock by scope.
|
Mono<com.azure.core.http.rest.Response<ManagementLockObjectInner>> |
ManagementLocksClient.getByScopeWithResponseAsync(String scope,
String lockName) |
Get a management lock by scope.
|
com.azure.core.http.rest.PagedIterable<ManagementLockObjectInner> |
ManagementLocksClient.list() |
Gets all the management locks for a subscription.
|
com.azure.core.http.rest.PagedIterable<ManagementLockObjectInner> |
ManagementLocksClient.list(String filter,
com.azure.core.util.Context context) |
Gets all the management locks for a subscription.
|
com.azure.core.http.rest.PagedFlux<ManagementLockObjectInner> |
ManagementLocksClient.listAsync() |
Gets all the management locks for a subscription.
|
com.azure.core.http.rest.PagedFlux<ManagementLockObjectInner> |
ManagementLocksClient.listAsync(String filter) |
Gets all the management locks for a subscription.
|
com.azure.core.http.rest.PagedIterable<ManagementLockObjectInner> |
ManagementLocksClient.listAtResourceLevel(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName) |
Gets all the management locks for a resource or any level below resource.
|
com.azure.core.http.rest.PagedIterable<ManagementLockObjectInner> |
ManagementLocksClient.listAtResourceLevel(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String filter,
com.azure.core.util.Context context) |
Gets all the management locks for a resource or any level below resource.
|
com.azure.core.http.rest.PagedFlux<ManagementLockObjectInner> |
ManagementLocksClient.listAtResourceLevelAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName) |
Gets all the management locks for a resource or any level below resource.
|
com.azure.core.http.rest.PagedFlux<ManagementLockObjectInner> |
ManagementLocksClient.listAtResourceLevelAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String filter) |
Gets all the management locks for a resource or any level below resource.
|
com.azure.core.http.rest.PagedIterable<ManagementLockObjectInner> |
ManagementLocksClient.listByResourceGroup(String resourceGroupName) |
Gets all the management locks for a resource group.
|
com.azure.core.http.rest.PagedIterable<ManagementLockObjectInner> |
ManagementLocksClient.listByResourceGroup(String resourceGroupName,
String filter,
com.azure.core.util.Context context) |
Gets all the management locks for a resource group.
|
com.azure.core.http.rest.PagedFlux<ManagementLockObjectInner> |
ManagementLocksClient.listByResourceGroupAsync(String resourceGroupName) |
Gets all the management locks for a resource group.
|
com.azure.core.http.rest.PagedFlux<ManagementLockObjectInner> |
ManagementLocksClient.listByResourceGroupAsync(String resourceGroupName,
String filter) |
Gets all the management locks for a resource group.
|
com.azure.core.http.rest.PagedIterable<ManagementLockObjectInner> |
ManagementLocksClient.listByScope(String scope) |
Gets all the management locks for a scope.
|
com.azure.core.http.rest.PagedIterable<ManagementLockObjectInner> |
ManagementLocksClient.listByScope(String scope,
String filter,
com.azure.core.util.Context context) |
Gets all the management locks for a scope.
|
com.azure.core.http.rest.PagedFlux<ManagementLockObjectInner> |
ManagementLocksClient.listByScopeAsync(String scope) |
Gets all the management locks for a scope.
|
com.azure.core.http.rest.PagedFlux<ManagementLockObjectInner> |
ManagementLocksClient.listByScopeAsync(String scope,
String filter) |
Gets all the management locks for a scope.
|