MigrateProjectsController
Create or update a new project with specified settings.
Create or update a new project by sending a json object of type 'migrateproject' as given in Models section as part of the Request Body. The project name is unique.
This operation is Idempotent.
put/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}
Path parameters
migrateProjectNamestring required
Name of the Azure Migrate project.
Parameters
../../../../../../common-types/resource-management/v3/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref
../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ResourceGroupNameParameter — unresolved $ref
../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
Request body
Response
ARM create or update operation completed successfully.
Changes
Changed in 1 of the 1 revision of this API.31
- ●
deleted the
pathrequest parameterresourceGroupNamerequest-parameter-removed
- ●
deleted the
pathrequest parametersubscriptionIdrequest-parameter-removed
- ●
deleted the
queryrequest parameterapi-versionrequest-parameter-removed
- ○
added the success response with the status
201response-success-status-added
- ●