IManagementLocksOperations Interface

Definition

ManagementLocksOperations operations.

public interface IManagementLocksOperations
type IManagementLocksOperations = interface
Public Interface IManagementLocksOperations

Methods

CreateOrUpdateAtResourceGroupLevelWithHttpMessagesAsync(String, String, ManagementLockObject, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateAtResourceLevelWithHttpMessagesAsync(String, String, String, String, String, String, ManagementLockObject, Dictionary<String, List<String>>, CancellationToken)

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

CreateOrUpdateAtSubscriptionLevelWithHttpMessagesAsync(String, ManagementLockObject, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a management lock at the subscription level.

CreateOrUpdateByScopeWithHttpMessagesAsync(String, String, ManagementLockObject, Dictionary<String,List<String>>, CancellationToken)

Create or update a management lock by scope.

DeleteAtResourceGroupLevelWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a management lock at the resource group level.

DeleteAtResourceLevelWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

DeleteAtSubscriptionLevelWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Deletes the management lock at the subscription level.

DeleteByScopeWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a management lock by scope.

GetAtResourceGroupLevelWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a management lock at the resource group level.

GetAtResourceLevelWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetAtSubscriptionLevelWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a management lock at the subscription level.

GetByScopeWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get a management lock by scope.

ListAtResourceGroupLevelNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the management locks for a resource group.

ListAtResourceGroupLevelWithHttpMessagesAsync(String, ODataQuery<ManagementLockObject>, Dictionary<String,List<String>>, CancellationToken)

Gets all the management locks for a resource group.

ListAtResourceLevelNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListAtResourceLevelWithHttpMessagesAsync(String, String, String, String, String, ODataQuery<ManagementLockObject>, Dictionary<String, List<String>>, CancellationToken)

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

ListAtSubscriptionLevelNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the management locks for a subscription.

ListAtSubscriptionLevelWithHttpMessagesAsync(ODataQuery<ManagementLockObject>, Dictionary<String,List<String>>, CancellationToken)

Gets all the management locks for a subscription.

Extension 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