IProjectsOperations Interface

Definition

ProjectsOperations operations.

public interface IProjectsOperations
type IProjectsOperations = interface
Public Interface IProjectsOperations

Methods

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

The project resource is a nested resource representing a stored migration project. The PUT method creates a new project or updates an existing one.

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

The project resource is a nested resource representing a stored migration project. The DELETE method deletes a project.

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

The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project.

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 projects owned by a service resource.

ListWithHttpMessagesAsync(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 projects owned by a service resource.

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

The project resource is a nested resource representing a stored migration project. The PATCH method updates an existing project.

Extension Methods

EnumerateProjects(IProjectsOperations, String, String)
CreateOrUpdate(IProjectsOperations, String, String, String, Project)

The project resource is a nested resource representing a stored migration project. The PUT method creates a new project or updates an existing one.

CreateOrUpdateAsync(IProjectsOperations, String, String, String, Project, CancellationToken)

The project resource is a nested resource representing a stored migration project. The PUT method creates a new project or updates an existing one.

Delete(IProjectsOperations, String, String, String, Nullable<Boolean>)

The project resource is a nested resource representing a stored migration project. The DELETE method deletes a project.

DeleteAsync(IProjectsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

The project resource is a nested resource representing a stored migration project. The DELETE method deletes a project.

Get(IProjectsOperations, String, String, String)

The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project.

GetAsync(IProjectsOperations, String, String, String, CancellationToken)

The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project.

List(IProjectsOperations, String, String)

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

ListAsync(IProjectsOperations, String, String, CancellationToken)

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

ListNext(IProjectsOperations, String)

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

ListNextAsync(IProjectsOperations, String, CancellationToken)

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

Update(IProjectsOperations, String, String, String, Project)

The project resource is a nested resource representing a stored migration project. The PATCH method updates an existing project.

UpdateAsync(IProjectsOperations, String, String, String, Project, CancellationToken)

The project resource is a nested resource representing a stored migration project. The PATCH method updates an existing project.

Applies to