MockableDataMigrationArmClient.GetProjectFileResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ProjectFileResource object.

Applies to