Udostępnij za pośrednictwem


WorkbookTemplates class

Klasa reprezentująca skoroszytTemplates.

Konstruktory

WorkbookTemplates(ApplicationInsightsManagementClientContext)

Utwórz skoroszytTemplates.

Metody

createOrUpdate(string, string, WorkbookTemplate, RequestOptionsBase)

Utwórz nowy szablon skoroszytu.

createOrUpdate(string, string, WorkbookTemplate, RequestOptionsBase, ServiceCallback<WorkbookTemplate>)
createOrUpdate(string, string, WorkbookTemplate, ServiceCallback<WorkbookTemplate>)
deleteMethod(string, string, RequestOptionsBase)

Usuń szablon skoroszytu.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

Pobierz pojedynczy szablon skoroszytu według jego resourceName.

get(string, string, RequestOptionsBase, ServiceCallback<WorkbookTemplate>)
get(string, string, ServiceCallback<WorkbookTemplate>)
listByResourceGroup(string, RequestOptionsBase)

Pobierz wszystkie szablony skoroszytów zdefiniowane w określonej grupie zasobów.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WorkbookTemplatesListResult>)
listByResourceGroup(string, ServiceCallback<WorkbookTemplatesListResult>)
update(string, string, ServiceCallback<WorkbookTemplate>)
update(string, string, WorkbookTemplatesUpdateOptionalParams)

Aktualizacje szablon skoroszytu, który został już dodany.

update(string, string, WorkbookTemplatesUpdateOptionalParams, ServiceCallback<WorkbookTemplate>)

Szczegóły konstruktora

WorkbookTemplates(ApplicationInsightsManagementClientContext)

Utwórz skoroszytTemplates.

new WorkbookTemplates(client: ApplicationInsightsManagementClientContext)

Parametry

client
ApplicationInsightsManagementClientContext

Odwołanie do klienta usługi.

Szczegóły metody

createOrUpdate(string, string, WorkbookTemplate, RequestOptionsBase)

Utwórz nowy szablon skoroszytu.

function createOrUpdate(resourceGroupName: string, resourceName: string, workbookTemplateProperties: WorkbookTemplate, options?: RequestOptionsBase): Promise<WorkbookTemplatesCreateOrUpdateResponse>

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

workbookTemplateProperties
WorkbookTemplate

Właściwości, które należy określić, aby utworzyć nowy skoroszyt.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WorkbookTemplatesCreateOrUpdateResponse>

createOrUpdate(string, string, WorkbookTemplate, RequestOptionsBase, ServiceCallback<WorkbookTemplate>)

function createOrUpdate(resourceGroupName: string, resourceName: string, workbookTemplateProperties: WorkbookTemplate, options: RequestOptionsBase, callback: ServiceCallback<WorkbookTemplate>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

workbookTemplateProperties
WorkbookTemplate

Właściwości, które należy określić, aby utworzyć nowy skoroszyt.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WorkbookTemplate>

Wywołanie zwrotne

createOrUpdate(string, string, WorkbookTemplate, ServiceCallback<WorkbookTemplate>)

function createOrUpdate(resourceGroupName: string, resourceName: string, workbookTemplateProperties: WorkbookTemplate, callback: ServiceCallback<WorkbookTemplate>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

workbookTemplateProperties
WorkbookTemplate

Właściwości, które należy określić, aby utworzyć nowy skoroszyt.

callback

ServiceCallback<WorkbookTemplate>

Wywołanie zwrotne

deleteMethod(string, string, RequestOptionsBase)

Usuń szablon skoroszytu.

function deleteMethod(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<void>

Wywołanie zwrotne

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, callback: ServiceCallback<void>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

callback

ServiceCallback<void>

Wywołanie zwrotne

get(string, string, RequestOptionsBase)

Pobierz pojedynczy szablon skoroszytu według jego resourceName.

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<WorkbookTemplatesGetResponse>

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WorkbookTemplatesGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<WorkbookTemplate>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<WorkbookTemplate>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WorkbookTemplate>

Wywołanie zwrotne

get(string, string, ServiceCallback<WorkbookTemplate>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<WorkbookTemplate>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

callback

ServiceCallback<WorkbookTemplate>

Wywołanie zwrotne

listByResourceGroup(string, RequestOptionsBase)

Pobierz wszystkie szablony skoroszytów zdefiniowane w określonej grupie zasobów.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<WorkbookTemplatesListByResourceGroupResponse>

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.WorkbookTemplatesListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<WorkbookTemplatesListResult>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<WorkbookTemplatesListResult>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<WorkbookTemplatesListResult>

Wywołanie zwrotne

listByResourceGroup(string, ServiceCallback<WorkbookTemplatesListResult>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<WorkbookTemplatesListResult>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

callback

ServiceCallback<WorkbookTemplatesListResult>

Wywołanie zwrotne

update(string, string, ServiceCallback<WorkbookTemplate>)

function update(resourceGroupName: string, resourceName: string, callback: ServiceCallback<WorkbookTemplate>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

callback

ServiceCallback<WorkbookTemplate>

Wywołanie zwrotne

update(string, string, WorkbookTemplatesUpdateOptionalParams)

Aktualizacje szablon skoroszytu, który został już dodany.

function update(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesUpdateOptionalParams): Promise<WorkbookTemplatesUpdateResponse>

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

options
WorkbookTemplatesUpdateOptionalParams

Parametry opcjonalne

Zwraca

Promise<Models.WorkbookTemplatesUpdateResponse>

update(string, string, WorkbookTemplatesUpdateOptionalParams, ServiceCallback<WorkbookTemplate>)

function update(resourceGroupName: string, resourceName: string, options: WorkbookTemplatesUpdateOptionalParams, callback: ServiceCallback<WorkbookTemplate>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

resourceName

string

Nazwa zasobu składnika usługi Application Insights.

options
WorkbookTemplatesUpdateOptionalParams

Parametry opcjonalne

callback

ServiceCallback<WorkbookTemplate>

Wywołanie zwrotne