Condividi tramite


ComputesOperations interface

Interfaccia che rappresenta un'operazione di calcolo.

Proprietà

createOrUpdate

Creare un calcolo

delete
get

Ottieni un calcolo

list

Elencare le risorse di calcolo per ramo

update

Aggiornare un calcolo

Dettagli proprietà

createOrUpdate

Creare un calcolo

createOrUpdate: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, computeName: string, resource: Compute, options?: ComputesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Compute>, Compute>

Valore della proprietà

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, computeName: string, resource: Compute, options?: ComputesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Compute>, Compute>

delete

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

Valore della proprietà

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

get

Ottieni un calcolo

get: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, computeName: string, options?: ComputesGetOptionalParams) => Promise<Compute>

Valore della proprietà

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, computeName: string, options?: ComputesGetOptionalParams) => Promise<Compute>

list

Elencare le risorse di calcolo per ramo

list: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: ComputesListOptionalParams) => PagedAsyncIterableIterator<Compute, Compute[], PageSettings>

Valore della proprietà

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, options?: ComputesListOptionalParams) => PagedAsyncIterableIterator<Compute, Compute[], PageSettings>

update

Aggiornare un calcolo

update: (resourceGroupName: string, organizationName: string, projectName: string, branchName: string, computeName: string, properties: Compute, options?: ComputesUpdateOptionalParams) => PollerLike<OperationState<Compute>, Compute>

Valore della proprietà

(resourceGroupName: string, organizationName: string, projectName: string, branchName: string, computeName: string, properties: Compute, options?: ComputesUpdateOptionalParams) => PollerLike<OperationState<Compute>, Compute>