ProjectsOperations interface
Interface representing a Projects operations.
Properties
| create |
Create a Project |
| delete | |
| get | Get a Project |
| list |
List Project resources by Workspace |
| update | Update a Project |
Property Details
createOrUpdate
Create a Project
createOrUpdate: (resourceGroupName: string, workspaceName: string, projectName: string, resource: Project, options?: ProjectsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Project>, Project>
Property Value
(resourceGroupName: string, workspaceName: string, projectName: string, resource: Project, options?: ProjectsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Project>, Project>
delete
delete: (resourceGroupName: string, workspaceName: string, projectName: string, options?: ProjectsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, workspaceName: string, projectName: string, options?: ProjectsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a Project
get: (resourceGroupName: string, workspaceName: string, projectName: string, options?: ProjectsGetOptionalParams) => Promise<Project>
Property Value
(resourceGroupName: string, workspaceName: string, projectName: string, options?: ProjectsGetOptionalParams) => Promise<Project>
listByWorkspace
List Project resources by Workspace
listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: ProjectsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Project, Project[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: ProjectsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Project, Project[], PageSettings>
update
Update a Project
update: (resourceGroupName: string, workspaceName: string, projectName: string, properties: ProjectUpdate, options?: ProjectsUpdateOptionalParams) => PollerLike<OperationState<Project>, Project>
Property Value
(resourceGroupName: string, workspaceName: string, projectName: string, properties: ProjectUpdate, options?: ProjectsUpdateOptionalParams) => PollerLike<OperationState<Project>, Project>