Share via


StorageMoverProjectCollection.GetAsync(String, CancellationToken) Method

Definition

Gets a Project resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}
  • Operation Id: Projects_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>> GetAsync (string projectName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>>
Public Overridable Function GetAsync (projectName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StorageMoverProjectResource))

Parameters

projectName
String

The name of the Project resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

projectName is an empty string, and was expected to be non-empty.

projectName is null.

Applies to