ManagementLocksOperationsExtensions Class

Definition

Extension methods for ManagementLocksOperations.

public static class ManagementLocksOperationsExtensions
type ManagementLocksOperationsExtensions = class
Public Module ManagementLocksOperationsExtensions
Inheritance
ManagementLocksOperationsExtensions

Methods

CreateOrUpdateAtResourceGroupLevel(IManagementLocksOperations, String, String, ManagementLockObject)

Creates or updates a management lock at the resource group level.

CreateOrUpdateAtResourceGroupLevelAsync(IManagementLocksOperations, String, String, ManagementLockObject, CancellationToken)

Creates or updates a management lock at the resource group level.

CreateOrUpdateAtResourceLevel(IManagementLocksOperations, String, String, String, String, String, String, ManagementLockObject)

Creates or updates a management lock at the resource level or any level below the resource.

CreateOrUpdateAtResourceLevelAsync(IManagementLocksOperations, String, String, String, String, String, String, ManagementLockObject, CancellationToken)

Creates or updates a management lock at the resource level or any level below the resource.

CreateOrUpdateAtSubscriptionLevel(IManagementLocksOperations, String, ManagementLockObject)

Creates or updates a management lock at the subscription level.

CreateOrUpdateAtSubscriptionLevelAsync(IManagementLocksOperations, String, ManagementLockObject, CancellationToken)

Creates or updates a management lock at the subscription level.

CreateOrUpdateByScope(IManagementLocksOperations, String, String, ManagementLockObject)

Create or update a management lock by scope.

CreateOrUpdateByScopeAsync(IManagementLocksOperations, String, String, ManagementLockObject, CancellationToken)

Create or update a management lock by scope.

DeleteAtResourceGroupLevel(IManagementLocksOperations, String, String)

Deletes a management lock at the resource group level.

DeleteAtResourceGroupLevelAsync(IManagementLocksOperations, String, String, CancellationToken)

Deletes a management lock at the resource group level.

DeleteAtResourceLevel(IManagementLocksOperations, String, String, String, String, String, String)

Deletes the management lock of a resource or any level below the resource.

DeleteAtResourceLevelAsync(IManagementLocksOperations, String, String, String, String, String, String, CancellationToken)

Deletes the management lock of a resource or any level below the resource.

DeleteAtSubscriptionLevel(IManagementLocksOperations, String)

Deletes the management lock at the subscription level.

DeleteAtSubscriptionLevelAsync(IManagementLocksOperations, String, CancellationToken)

Deletes the management lock at the subscription level.

DeleteByScope(IManagementLocksOperations, String, String)

Delete a management lock by scope.

DeleteByScopeAsync(IManagementLocksOperations, String, String, CancellationToken)

Delete a management lock by scope.

GetAtResourceGroupLevel(IManagementLocksOperations, String, String)

Gets a management lock at the resource group level.

GetAtResourceGroupLevelAsync(IManagementLocksOperations, String, String, CancellationToken)

Gets a management lock at the resource group level.

GetAtResourceLevel(IManagementLocksOperations, String, String, String, String, String, String)

Get the management lock of a resource or any level below resource.

GetAtResourceLevelAsync(IManagementLocksOperations, String, String, String, String, String, String, CancellationToken)

Get the management lock of a resource or any level below resource.

GetAtSubscriptionLevel(IManagementLocksOperations, String)

Gets a management lock at the subscription level.

GetAtSubscriptionLevelAsync(IManagementLocksOperations, String, CancellationToken)

Gets a management lock at the subscription level.

GetByScope(IManagementLocksOperations, String, String)

Get a management lock by scope.

GetByScopeAsync(IManagementLocksOperations, String, String, CancellationToken)

Get a management lock by scope.

ListAtResourceGroupLevel(IManagementLocksOperations, String, ODataQuery<ManagementLockObject>)

Gets all the management locks for a resource group.

ListAtResourceGroupLevelAsync(IManagementLocksOperations, String, ODataQuery<ManagementLockObject>, CancellationToken)

Gets all the management locks for a resource group.

ListAtResourceGroupLevelNext(IManagementLocksOperations, String)

Gets all the management locks for a resource group.

ListAtResourceGroupLevelNextAsync(IManagementLocksOperations, String, CancellationToken)

Gets all the management locks for a resource group.

ListAtResourceLevel(IManagementLocksOperations, String, String, String, String, String, ODataQuery<ManagementLockObject>)

Gets all the management locks for a resource or any level below resource.

ListAtResourceLevelAsync(IManagementLocksOperations, String, String, String, String, String, ODataQuery<ManagementLockObject>, CancellationToken)

Gets all the management locks for a resource or any level below resource.

ListAtResourceLevelNext(IManagementLocksOperations, String)

Gets all the management locks for a resource or any level below resource.

ListAtResourceLevelNextAsync(IManagementLocksOperations, String, CancellationToken)

Gets all the management locks for a resource or any level below resource.

ListAtSubscriptionLevel(IManagementLocksOperations, ODataQuery<ManagementLockObject>)

Gets all the management locks for a subscription.

ListAtSubscriptionLevelAsync(IManagementLocksOperations, ODataQuery<ManagementLockObject>, CancellationToken)

Gets all the management locks for a subscription.

ListAtSubscriptionLevelNext(IManagementLocksOperations, String)

Gets all the management locks for a subscription.

ListAtSubscriptionLevelNextAsync(IManagementLocksOperations, String, CancellationToken)

Gets all the management locks for a subscription.

Applies to