ProjectsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ProjectsOperations
public static class ProjectsOperationsExtensions
type ProjectsOperationsExtensions = class
Public Module ProjectsOperationsExtensions
- Inheritance
-
ProjectsOperationsExtensions
Methods
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. |