Поделиться через


SiteRecoveryClusterRecoveryPointCollection Class

Definition

A class representing a collection of SiteRecoveryClusterRecoveryPointResource and their operations. Each SiteRecoveryClusterRecoveryPointResource in the collection will belong to the same instance of SiteRecoveryReplicationProtectionClusterResource. To get a SiteRecoveryClusterRecoveryPointCollection instance call the GetSiteRecoveryClusterRecoveryPoints method from an instance of SiteRecoveryReplicationProtectionClusterResource.

public class SiteRecoveryClusterRecoveryPointCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource>
type SiteRecoveryClusterRecoveryPointCollection = class
    inherit ArmCollection
    interface seq<SiteRecoveryClusterRecoveryPointResource>
    interface IEnumerable
    interface IAsyncEnumerable<SiteRecoveryClusterRecoveryPointResource>
Public Class SiteRecoveryClusterRecoveryPointCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SiteRecoveryClusterRecoveryPointResource), IEnumerable(Of SiteRecoveryClusterRecoveryPointResource)
Inheritance
SiteRecoveryClusterRecoveryPointCollection
Implements

Constructors

SiteRecoveryClusterRecoveryPointCollection()

Initializes a new instance of the SiteRecoveryClusterRecoveryPointCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionClusters/{replicationProtectionClusterName}/recoveryPoints/{recoveryPointName}
  • Operation Id: ClusterRecoveryPoint_Get
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryClusterRecoveryPointResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionClusters/{replicationProtectionClusterName}/recoveryPoints/{recoveryPointName}
  • Operation Id: ClusterRecoveryPoint_Get
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryClusterRecoveryPointResource
Get(String, CancellationToken)

Get the details of specified recovery point.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionClusters/{replicationProtectionClusterName}/recoveryPoints/{recoveryPointName}
  • Operation Id: ClusterRecoveryPoint_Get
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryClusterRecoveryPointResource
GetAll(CancellationToken)

The list of cluster recovery points.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionClusters/{replicationProtectionClusterName}/recoveryPoints
  • Operation Id: ClusterRecoveryPoints_ListByReplicationProtectionCluster
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryClusterRecoveryPointResource
GetAllAsync(CancellationToken)

The list of cluster recovery points.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionClusters/{replicationProtectionClusterName}/recoveryPoints
  • Operation Id: ClusterRecoveryPoints_ListByReplicationProtectionCluster
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryClusterRecoveryPointResource
GetAsync(String, CancellationToken)

Get the details of specified recovery point.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionClusters/{replicationProtectionClusterName}/recoveryPoints/{recoveryPointName}
  • Operation Id: ClusterRecoveryPoint_Get
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryClusterRecoveryPointResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionClusters/{replicationProtectionClusterName}/recoveryPoints/{recoveryPointName}
  • Operation Id: ClusterRecoveryPoint_Get
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryClusterRecoveryPointResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionClusters/{replicationProtectionClusterName}/recoveryPoints/{recoveryPointName}
  • Operation Id: ClusterRecoveryPoint_Get
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryClusterRecoveryPointResource
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<SiteRecoveryClusterRecoveryPointResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SiteRecoveryClusterRecoveryPointResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to