ProjectsOperations interface

Schnittstelle, die eine Projektoperation darstellt.

Eigenschaften

createOrUpdate

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Die PUT-Methode erstellt ein neues Projekt oder aktualisiert ein vorhandenes Projekt.

delete

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Die DELETE-Methode löscht ein Projekt.

get

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Die GET-Methode ruft Informationen zu einem Projekt ab.

list

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Diese Methode gibt eine Liste der Projekte zurück, die einer Dienstressource gehören.

update

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Die PATCH-Methode aktualisiert ein vorhandenes Projekt.

Details zur Eigenschaft

createOrUpdate

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Die PUT-Methode erstellt ein neues Projekt oder aktualisiert ein vorhandenes Projekt.

createOrUpdate: (groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams) => Promise<Project>

Eigenschaftswert

(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams) => Promise<Project>

delete

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Die DELETE-Methode löscht ein Projekt.

delete: (groupName: string, serviceName: string, projectName: string, options?: ProjectsDeleteOptionalParams) => Promise<void>

Eigenschaftswert

(groupName: string, serviceName: string, projectName: string, options?: ProjectsDeleteOptionalParams) => Promise<void>

get

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Die GET-Methode ruft Informationen zu einem Projekt ab.

get: (groupName: string, serviceName: string, projectName: string, options?: ProjectsGetOptionalParams) => Promise<Project>

Eigenschaftswert

(groupName: string, serviceName: string, projectName: string, options?: ProjectsGetOptionalParams) => Promise<Project>

list

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Diese Methode gibt eine Liste der Projekte zurück, die einer Dienstressource gehören.

list: (groupName: string, serviceName: string, options?: ProjectsListOptionalParams) => PagedAsyncIterableIterator<Project, Project[], PageSettings>

Eigenschaftswert

(groupName: string, serviceName: string, options?: ProjectsListOptionalParams) => PagedAsyncIterableIterator<Project, Project[], PageSettings>

update

Die Projektressource ist eine geschachtelte Ressource, die ein gespeichertes Migrationsprojekt darstellt. Die PATCH-Methode aktualisiert ein vorhandenes Projekt.

update: (groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsUpdateOptionalParams) => Promise<Project>

Eigenschaftswert

(groupName: string, serviceName: string, projectName: string, parameters: Project, options?: ProjectsUpdateOptionalParams) => Promise<Project>