ContentTemplateOperations interface

Interfaccia che rappresenta un'operazione ContentTemplate.

Proprietà

delete

Eliminare un modello installato.

get

Ottiene un modello in base al relativo identificatore. Proprietà espandibili:

  • properties/mainTemplate
  • properties/dependantTemplates
install

Installare un modello.

Dettagli proprietà

delete

Eliminare un modello installato.

delete: (resourceGroupName: string, workspaceName: string, templateId: string, options?: ContentTemplateDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, templateId: string, options?: ContentTemplateDeleteOptionalParams) => Promise<void>

get

Ottiene un modello in base al relativo identificatore. Proprietà espandibili:

  • properties/mainTemplate
  • properties/dependantTemplates
get: (resourceGroupName: string, workspaceName: string, templateId: string, options?: ContentTemplateGetOptionalParams) => Promise<TemplateModel>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, templateId: string, options?: ContentTemplateGetOptionalParams) => Promise<TemplateModel>

install

Installare un modello.

install: (resourceGroupName: string, workspaceName: string, templateId: string, templateInstallationProperties: TemplateModel, options?: ContentTemplateInstallOptionalParams) => Promise<TemplateModel>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, templateId: string, templateInstallationProperties: TemplateModel, options?: ContentTemplateInstallOptionalParams) => Promise<TemplateModel>