Share via


ProtectedItemsOperationsExtensions Class

Definition

Extension methods for ProtectedItemsOperations.

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

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