Share via


MockableRecoveryServicesSiteRecoveryArmClient.GetSiteRecoveryClusterRecoveryPointResource Method

Definition

Gets an object representing a SiteRecoveryClusterRecoveryPointResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String, String) to create a SiteRecoveryClusterRecoveryPointResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource GetSiteRecoveryClusterRecoveryPointResource(Azure.Core.ResourceIdentifier id);
abstract member GetSiteRecoveryClusterRecoveryPointResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource
override this.GetSiteRecoveryClusterRecoveryPointResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource
Public Overridable Function GetSiteRecoveryClusterRecoveryPointResource (id As ResourceIdentifier) As SiteRecoveryClusterRecoveryPointResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SiteRecoveryClusterRecoveryPointResource object.

Applies to