MockableRecoveryServicesDataReplicationArmClient.GetDataReplicationDraResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DataReplicationDraResource object.

Applies to