Share via


IProtectedItemsOperations Interface

Definition

ProtectedItemsOperations operations.

public interface IProtectedItemsOperations
type IProtectedItemsOperations = interface
Public Interface IProtectedItemsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, ProtectedItemResource, Dictionary<String,List<String>>, CancellationToken)

Enables backup of an item or to modifies the backup policy information of an already backed up item. This is an asynchronous operation. To know the status of the operation, call the GetItemOperationResult API.

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

Used to disable backup of an item within a container. This is an asynchronous operation. To know the status of the request, call the GetItemOperationResult API.

GetWithHttpMessagesAsync(String, String, String, String, String, ODataQuery<GetProtectedItemQueryObject>, Dictionary<String,List<String>>, CancellationToken)

Provides the details of the backed up item. This is an asynchronous operation. To know the status of the operation, call the GetItemOperationResult API.

Extension Methods

CreateOrUpdate(IProtectedItemsOperations, String, String, String, String, String, ProtectedItemResource)

Enables backup of an item or to modifies the backup policy information of an already backed up item. This is an asynchronous operation. To know the status of the operation, call the GetItemOperationResult API.

CreateOrUpdateAsync(IProtectedItemsOperations, String, String, String, String, String, ProtectedItemResource, CancellationToken)

Enables backup of an item or to modifies the backup policy information of an already backed up item. This is an asynchronous operation. To know the status of the operation, call the GetItemOperationResult API.

Delete(IProtectedItemsOperations, String, String, String, String, String)

Used to disable backup of an item within a container. This is an asynchronous operation. To know the status of the request, call the GetItemOperationResult API.

DeleteAsync(IProtectedItemsOperations, String, String, String, String, String, CancellationToken)

Used to disable backup of an item within a container. This is an asynchronous operation. To know the status of the request, call the GetItemOperationResult API.

Get(IProtectedItemsOperations, String, String, String, String, String, ODataQuery<GetProtectedItemQueryObject>)

Provides the details of the backed up item. This is an asynchronous operation. To know the status of the operation, call the GetItemOperationResult API.

GetAsync(IProtectedItemsOperations, String, String, String, String, String, ODataQuery<GetProtectedItemQueryObject>, CancellationToken)

Provides the details of the backed up item. This is an asynchronous operation. To know the status of the operation, call the GetItemOperationResult API.

Applies to