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

FilesOperationsExtensions Class

Definition

Extension methods for FilesOperations

public static class FilesOperationsExtensions
type FilesOperationsExtensions = class
Public Module FilesOperationsExtensions
Inheritance
FilesOperationsExtensions

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