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

BranchesOperations interface

表示分支作的接口。

属性

createOrUpdate

创建分支

delete
get

获取分支

list

按项目列出分支资源

update

更新分支

属性详细信息

createOrUpdate

创建分支

createOrUpdate: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, resource: Branch, options?: BranchesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Branch>, Branch>

属性值

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, resource: Branch, options?: BranchesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Branch>, Branch>

delete

delete: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: BranchesDeleteOptionalParams) => Promise<void>

属性值

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: BranchesDeleteOptionalParams) => Promise<void>

get

获取分支

get: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: BranchesGetOptionalParams) => Promise<Branch>

属性值

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: BranchesGetOptionalParams) => Promise<Branch>

list

按项目列出分支资源

list: (resourceGroupName: string, organizationName: string, projectName: string, options?: BranchesListOptionalParams) => PagedAsyncIterableIterator<Branch, Branch[], PageSettings>

属性值

(resourceGroupName: string, organizationName: string, projectName: string, options?: BranchesListOptionalParams) => PagedAsyncIterableIterator<Branch, Branch[], PageSettings>

update

更新分支

update: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, properties: Branch, options?: BranchesUpdateOptionalParams) => PollerLike<OperationState<Branch>, Branch>

属性值

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, properties: Branch, options?: BranchesUpdateOptionalParams) => PollerLike<OperationState<Branch>, Branch>