Поделиться через


MigrationAssessmentProjectCollection.CreateOrUpdateAsync Method

Definition

Create a AssessmentProject

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}
  • Operation Id: AssessmentProjectsOperations_Create
  • Default Api Version: 2023-03-15
  • Resource: MigrationAssessmentProjectResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string projectName, Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, projectName As String, data As MigrationAssessmentProjectData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MigrationAssessmentProjectResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

projectName
String

Assessment Project Name.

data
MigrationAssessmentProjectData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

projectName or data is null.

Applies to