IRestorePointCollectionsOperations Interface
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.
RestorePointCollectionsOperations operations.
public interface IRestorePointCollectionsOperations
type IRestorePointCollectionsOperations = interface
Public Interface IRestorePointCollectionsOperations
Methods
BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
The operation to delete the restore point collection. This operation will also delete all the contained restore points. |
CreateOrUpdateWithHttpMessagesAsync(String, String, RestorePointCollection, Dictionary<String,List<String>>, CancellationToken) |
The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
The operation to delete the restore point collection. This operation will also delete all the contained restore points. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
The operation to get the restore point collection. |
ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. |
ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets the list of restore point collections in a resource group. |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets the list of restore point collections in a resource group. |
UpdateWithHttpMessagesAsync(String, String, RestorePointCollectionUpdate, Dictionary<String,List<String>>, CancellationToken) |
The operation to update the restore point collection. |
Extension Methods
BeginDelete(IRestorePointCollectionsOperations, String, String) |
The operation to delete the restore point collection. This operation will also delete all the contained restore points. |
BeginDeleteAsync(IRestorePointCollectionsOperations, String, String, CancellationToken) |
The operation to delete the restore point collection. This operation will also delete all the contained restore points. |
CreateOrUpdate(IRestorePointCollectionsOperations, String, String, RestorePointCollection) |
The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. |
CreateOrUpdateAsync(IRestorePointCollectionsOperations, String, String, RestorePointCollection, CancellationToken) |
The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. |
Delete(IRestorePointCollectionsOperations, String, String) |
The operation to delete the restore point collection. This operation will also delete all the contained restore points. |
DeleteAsync(IRestorePointCollectionsOperations, String, String, CancellationToken) |
The operation to delete the restore point collection. This operation will also delete all the contained restore points. |
Get(IRestorePointCollectionsOperations, String, String, String) |
The operation to get the restore point collection. |
GetAsync(IRestorePointCollectionsOperations, String, String, String, CancellationToken) |
The operation to get the restore point collection. |
List(IRestorePointCollectionsOperations, String) |
Gets the list of restore point collections in a resource group. |
ListAll(IRestorePointCollectionsOperations) |
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. |
ListAllAsync(IRestorePointCollectionsOperations, CancellationToken) |
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. |
ListAllNext(IRestorePointCollectionsOperations, String) |
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. |
ListAllNextAsync(IRestorePointCollectionsOperations, String, CancellationToken) |
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. |
ListAsync(IRestorePointCollectionsOperations, String, CancellationToken) |
Gets the list of restore point collections in a resource group. |
ListNext(IRestorePointCollectionsOperations, String) |
Gets the list of restore point collections in a resource group. |
ListNextAsync(IRestorePointCollectionsOperations, String, CancellationToken) |
Gets the list of restore point collections in a resource group. |
Update(IRestorePointCollectionsOperations, String, String, RestorePointCollectionUpdate) |
The operation to update the restore point collection. |
UpdateAsync(IRestorePointCollectionsOperations, String, String, RestorePointCollectionUpdate, CancellationToken) |
The operation to update the restore point collection. |
Applies to
Azure SDK for .NET