Share via


MockableRecoveryServicesDataReplicationArmClient.GetDataReplicationRecoveryPointResource Method

Definition

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

public virtual Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationRecoveryPointResource GetDataReplicationRecoveryPointResource (Azure.Core.ResourceIdentifier id);
abstract member GetDataReplicationRecoveryPointResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationRecoveryPointResource
override this.GetDataReplicationRecoveryPointResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationRecoveryPointResource
Public Overridable Function GetDataReplicationRecoveryPointResource (id As ResourceIdentifier) As DataReplicationRecoveryPointResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DataReplicationRecoveryPointResource object.

Applies to