MockableDataMigrationArmClient.GetServiceProjectTaskResource Method

Definition

Gets an object representing a ServiceProjectTaskResource 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 ServiceProjectTaskResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.DataMigration.ServiceProjectTaskResource GetServiceProjectTaskResource (Azure.Core.ResourceIdentifier id);
abstract member GetServiceProjectTaskResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataMigration.ServiceProjectTaskResource
override this.GetServiceProjectTaskResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataMigration.ServiceProjectTaskResource
Public Overridable Function GetServiceProjectTaskResource (id As ResourceIdentifier) As ServiceProjectTaskResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ServiceProjectTaskResource object.

Applies to