ProjectsOperations interface

Gränssnitt som representerar en projektverksamhet.

Egenskaper

createOrUpdate

Skapa ett projekt

delete
get

Få ett Project

listByWorkspace

Lista Project-resurser efter arbetsyta

update

Uppdatera ett Project

Egenskapsinformation

createOrUpdate

Skapa ett projekt

createOrUpdate: (resourceGroupName: string, workspaceName: string, projectName: string, resource: Project, options?: ProjectsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Project>, Project>

Egenskapsvärde

(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>

Egenskapsvärde

(resourceGroupName: string, workspaceName: string, projectName: string, options?: ProjectsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Få ett Project

get: (resourceGroupName: string, workspaceName: string, projectName: string, options?: ProjectsGetOptionalParams) => Promise<Project>

Egenskapsvärde

(resourceGroupName: string, workspaceName: string, projectName: string, options?: ProjectsGetOptionalParams) => Promise<Project>

listByWorkspace

Lista Project-resurser efter arbetsyta

listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: ProjectsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Project, Project[], PageSettings>

Egenskapsvärde

(resourceGroupName: string, workspaceName: string, options?: ProjectsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Project, Project[], PageSettings>

update

Uppdatera ett Project

update: (resourceGroupName: string, workspaceName: string, projectName: string, properties: ProjectUpdate, options?: ProjectsUpdateOptionalParams) => PollerLike<OperationState<Project>, Project>

Egenskapsvärde

(resourceGroupName: string, workspaceName: string, projectName: string, properties: ProjectUpdate, options?: ProjectsUpdateOptionalParams) => PollerLike<OperationState<Project>, Project>