Skip to main content

projects

Overview

Nameprojects
TypeResource
Idazure.data_migration.projects

Fields

NameDatatypeDescription
idstring
namestring
etagstringHTTP strong entity tag value. This is ignored if submitted.
locationstring
propertiesobjectProject-specific properties
systemDataobject
tagsobject
typestring

Methods

NameAccessible byRequired ParamsDescription
getSELECTThe project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project.
listSELECTapi-version, groupName, serviceName, subscriptionIdThe project resource is a nested resource representing a stored migration project. This method returns a list of projects owned by a service resource.
create_or_updateINSERTThe project resource is a nested resource representing a stored migration project. The PUT method creates a new project or updates an existing one.
deleteDELETEThe project resource is a nested resource representing a stored migration project. The DELETE method deletes a project.
_listEXECapi-version, groupName, serviceName, subscriptionIdThe project resource is a nested resource representing a stored migration project. This method returns a list of projects owned by a service resource.
updateEXECThe project resource is a nested resource representing a stored migration project. The PATCH method updates an existing project.