BranchesOperations interface
Interface representing a Branches operations.
Properties
create |
Create a Branch |
delete | |
get | Get a Branch |
list | List Branch resources by Project |
update | Update a Branch |
Property Details
createOrUpdate
Create a Branch
createOrUpdate: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, resource: Branch, options?: BranchesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Branch>, Branch>
Property Value
(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>
Property Value
(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: BranchesDeleteOptionalParams) => Promise<void>
get
Get a Branch
get: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: BranchesGetOptionalParams) => Promise<Branch>
Property Value
(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: BranchesGetOptionalParams) => Promise<Branch>
list
List Branch resources by Project
list: (resourceGroupName: string, organizationName: string, projectName: string, options?: BranchesListOptionalParams) => PagedAsyncIterableIterator<Branch, Branch[], PageSettings>
Property Value
(resourceGroupName: string, organizationName: string, projectName: string, options?: BranchesListOptionalParams) => PagedAsyncIterableIterator<Branch, Branch[], PageSettings>
update
Update a Branch
update: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, properties: Branch, options?: BranchesUpdateOptionalParams) => PollerLike<OperationState<Branch>, Branch>
Property Value
(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, properties: Branch, options?: BranchesUpdateOptionalParams) => PollerLike<OperationState<Branch>, Branch>