BranchesOperations interface
Interfaccia che rappresenta un'operazione Branches.
Proprietà
| create |
Creare un ramo |
| delete | |
| get | Ottenere un ramo |
| list | Elencare le risorse del ramo per progetto |
| update | Aggiornare un ramo |
Dettagli proprietà
createOrUpdate
Creare un ramo
createOrUpdate: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, resource: Branch, options?: BranchesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Branch>, Branch>
Valore della proprietà
(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>
Valore della proprietà
(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: BranchesDeleteOptionalParams) => Promise<void>
get
Ottenere un ramo
get: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: BranchesGetOptionalParams) => Promise<Branch>
Valore della proprietà
(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: BranchesGetOptionalParams) => Promise<Branch>
list
Elencare le risorse del ramo per progetto
list: (resourceGroupName: string, organizationName: string, projectName: string, options?: BranchesListOptionalParams) => PagedAsyncIterableIterator<Branch, Branch[], PageSettings>
Valore della proprietà
(resourceGroupName: string, organizationName: string, projectName: string, options?: BranchesListOptionalParams) => PagedAsyncIterableIterator<Branch, Branch[], PageSettings>
update
Aggiornare un ramo
update: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, properties: Branch, options?: BranchesUpdateOptionalParams) => PollerLike<OperationState<Branch>, Branch>
Valore della proprietà
(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, properties: Branch, options?: BranchesUpdateOptionalParams) => PollerLike<OperationState<Branch>, Branch>