ProtectedItemsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET