Partager via


DataMigrationServiceResource.GetProjectAsync Méthode

Définition

La ressource de projet est une ressource imbriquée représentant un projet de migration stocké. La méthode GET récupère des informations sur un projet.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}
  • IdProjects_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataMigration.ProjectResource>> GetProjectAsync (string projectName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProjectAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataMigration.ProjectResource>>
override this.GetProjectAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataMigration.ProjectResource>>
Public Overridable Function GetProjectAsync (projectName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ProjectResource))

Paramètres

projectName
String

Nom du projet.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

projectName est une chaîne vide et devait être non vide.

projectName a la valeur null.

S’applique à