RestorePointCollection Class

Definition

A class representing a collection of RestorePointResource and their operations. Each RestorePointResource in the collection will belong to the same instance of RestorePointGroupResource. To get a RestorePointCollection instance call the GetRestorePoints method from an instance of RestorePointGroupResource.

public class RestorePointCollection : Azure.ResourceManager.ArmCollection
type RestorePointCollection = class
    inherit ArmCollection
Public Class RestorePointCollection
Inherits ArmCollection
Inheritance
RestorePointCollection

Constructors

RestorePointCollection()

Initializes a new instance of the RestorePointCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, RestorePointData, CancellationToken)

The operation to create the restore point. Updating properties of an existing restore point is not allowed

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • Operation Id: RestorePoints_Create
  • Default Api Version: 2023-09-01
  • Resource: RestorePointResource
CreateOrUpdateAsync(WaitUntil, String, RestorePointData, CancellationToken)

The operation to create the restore point. Updating properties of an existing restore point is not allowed

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • Operation Id: RestorePoints_Create
  • Default Api Version: 2023-09-01
  • Resource: RestorePointResource
Exists(String, Nullable<RestorePointExpand>, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • Operation Id: RestorePoints_Get
  • Default Api Version: 2023-09-01
  • Resource: RestorePointResource
ExistsAsync(String, Nullable<RestorePointExpand>, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • Operation Id: RestorePoints_Get
  • Default Api Version: 2023-09-01
  • Resource: RestorePointResource
Get(String, Nullable<RestorePointExpand>, CancellationToken)

The operation to get the restore point.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • Operation Id: RestorePoints_Get
  • Default Api Version: 2023-09-01
  • Resource: RestorePointResource
GetAsync(String, Nullable<RestorePointExpand>, CancellationToken)

The operation to get the restore point.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • Operation Id: RestorePoints_Get
  • Default Api Version: 2023-09-01
  • Resource: RestorePointResource
GetIfExists(String, Nullable<RestorePointExpand>, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • Operation Id: RestorePoints_Get
  • Default Api Version: 2023-09-01
  • Resource: RestorePointResource
GetIfExistsAsync(String, Nullable<RestorePointExpand>, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}
  • Operation Id: RestorePoints_Get
  • Default Api Version: 2023-09-01
  • Resource: RestorePointResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to