你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IFilesOperations Interface

Definition

FilesOperations operations.

public interface IFilesOperations
type IFilesOperations = interface
Public Interface IFilesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, ProjectFile, Dictionary<String,List<String>>, CancellationToken)

The PUT method creates a new file or updates an existing one.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

This method deletes a file.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

The files resource is a nested, proxy-only resource representing a file stored under the project resource. This method retrieves information about a file.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

The project resource is a nested resource representing a stored migration project. This method returns a list of files owned by a project resource.

ListWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

The project resource is a nested resource representing a stored migration project. This method returns a list of files owned by a project resource.

ReadWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

This method is used for requesting storage information using which contents of the file can be downloaded.

ReadWriteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

This method is used for requesting information for reading and writing the file content.

UpdateWithHttpMessagesAsync(String, String, String, String, ProjectFile, Dictionary<String,List<String>>, CancellationToken)

This method updates an existing file.

Extension Methods

CreateOrUpdate(IFilesOperations, String, String, String, String, ProjectFile)

The PUT method creates a new file or updates an existing one.

CreateOrUpdateAsync(IFilesOperations, String, String, String, String, ProjectFile, CancellationToken)

The PUT method creates a new file or updates an existing one.

Delete(IFilesOperations, String, String, String, String)

This method deletes a file.

DeleteAsync(IFilesOperations, String, String, String, String, CancellationToken)

This method deletes a file.

Get(IFilesOperations, String, String, String, String)

The files resource is a nested, proxy-only resource representing a file stored under the project resource. This method retrieves information about a file.

GetAsync(IFilesOperations, String, String, String, String, CancellationToken)

The files resource is a nested, proxy-only resource representing a file stored under the project resource. This method retrieves information about a file.

List(IFilesOperations, String, String, String)

The project resource is a nested resource representing a stored migration project. This method returns a list of files owned by a project resource.

ListAsync(IFilesOperations, String, String, String, CancellationToken)

The project resource is a nested resource representing a stored migration project. This method returns a list of files owned by a project resource.

ListNext(IFilesOperations, String)

The project resource is a nested resource representing a stored migration project. This method returns a list of files owned by a project resource.

ListNextAsync(IFilesOperations, String, CancellationToken)

The project resource is a nested resource representing a stored migration project. This method returns a list of files owned by a project resource.

Read(IFilesOperations, String, String, String, String)

This method is used for requesting storage information using which contents of the file can be downloaded.

ReadAsync(IFilesOperations, String, String, String, String, CancellationToken)

This method is used for requesting storage information using which contents of the file can be downloaded.

ReadWrite(IFilesOperations, String, String, String, String)

This method is used for requesting information for reading and writing the file content.

ReadWriteAsync(IFilesOperations, String, String, String, String, CancellationToken)

This method is used for requesting information for reading and writing the file content.

Update(IFilesOperations, String, String, String, String, ProjectFile)

This method updates an existing file.

UpdateAsync(IFilesOperations, String, String, String, String, ProjectFile, CancellationToken)

This method updates an existing file.

Applies to