Share via


StorageMoverProjectCollection.Get(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 Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverProjectResource> Get (string projectName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>
Public Overridable Function Get (projectName As String, Optional cancellationToken As CancellationToken = Nothing) As 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