Skip to main content

files

Overview

Namefiles
TypeResource
Idazure.data_migration.files

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource name.
etagstringHTTP strong entity tag value. This is ignored if submitted.
propertiesobjectBase class for file properties.
systemDataobject
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTThe files resource is a nested, proxy-only resource representing a file stored under the project resource. This method retrieves information about a file.
listSELECTapi-version, groupName, projectName, serviceName, subscriptionIdThe project resource is a nested resource representing a stored migration project. This method returns a list of files owned by a project resource.
create_or_updateINSERTThe PUT method creates a new file or updates an existing one.
deleteDELETEThis method deletes a file.
_listEXECapi-version, groupName, projectName, serviceName, subscriptionIdThe project resource is a nested resource representing a stored migration project. This method returns a list of files owned by a project resource.
readEXECapi-version, fileName, groupName, projectName, serviceName, subscriptionIdThis method is used for requesting storage information using which contents of the file can be downloaded.
read_writeEXECapi-version, fileName, groupName, projectName, serviceName, subscriptionIdThis method is used for requesting information for reading and writing the file content.
updateEXECThis method updates an existing file.