MigrateProjectsController

Update project.

Update a project with specified name. Supports partial updates, for example only tags can be provided.

patch/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

eTagstring

For optimistic concurrency control.

locationstring

Azure location in which project is created.

idstring

Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}

namestring

Name of the project.

typestring

Type of the object = [Microsoft.Migrate/migrateProjects].

systemDataSystemData — unresolved $ref

Response

OK

eTagstring

For optimistic concurrency control.

locationstring

Azure location in which project is created.

idstring

Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}

namestring

Name of the project.

typestring

Type of the object = [Microsoft.Migrate/migrateProjects].

systemDataSystemData — unresolved $ref

Changes