Partager via


Dashboards interface

Interface représentant un Tableaux de bord.

Méthodes

createOrUpdate(string, string, Dashboard, DashboardsCreateOrUpdateOptionalParams)

Crée ou met à jour un tableau de bord.

delete(string, string, DashboardsDeleteOptionalParams)

Supprime le tableau de bord.

get(string, string, DashboardsGetOptionalParams)

Obtient le tableau de bord.

listByResourceGroup(string, DashboardsListByResourceGroupOptionalParams)

Obtient tous les tableaux de bord d’un groupe de ressources.

listBySubscription(DashboardsListBySubscriptionOptionalParams)

Obtient tous les tableaux de bord d’un abonnement.

update(string, string, PatchableDashboard, DashboardsUpdateOptionalParams)

Met à jour un tableau de bord existant.

Détails de la méthode

createOrUpdate(string, string, Dashboard, DashboardsCreateOrUpdateOptionalParams)

Crée ou met à jour un tableau de bord.

function createOrUpdate(resourceGroupName: string, dashboardName: string, dashboard: Dashboard, options?: DashboardsCreateOrUpdateOptionalParams): Promise<Dashboard>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

dashboardName

string

Nom du tableau de bord.

dashboard
Dashboard

Paramètres requis pour créer ou mettre à jour un tableau de bord.

options
DashboardsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<Dashboard>

delete(string, string, DashboardsDeleteOptionalParams)

Supprime le tableau de bord.

function delete(resourceGroupName: string, dashboardName: string, options?: DashboardsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

dashboardName

string

Nom du tableau de bord.

options
DashboardsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, DashboardsGetOptionalParams)

Obtient le tableau de bord.

function get(resourceGroupName: string, dashboardName: string, options?: DashboardsGetOptionalParams): Promise<Dashboard>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

dashboardName

string

Nom du tableau de bord.

options
DashboardsGetOptionalParams

Paramètres d’options.

Retours

Promise<Dashboard>

listByResourceGroup(string, DashboardsListByResourceGroupOptionalParams)

Obtient tous les tableaux de bord d’un groupe de ressources.

function listByResourceGroup(resourceGroupName: string, options?: DashboardsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Dashboard, Dashboard[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

options
DashboardsListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listBySubscription(DashboardsListBySubscriptionOptionalParams)

Obtient tous les tableaux de bord d’un abonnement.

function listBySubscription(options?: DashboardsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Dashboard, Dashboard[], PageSettings>

Paramètres

options
DashboardsListBySubscriptionOptionalParams

Paramètres d’options.

Retours

update(string, string, PatchableDashboard, DashboardsUpdateOptionalParams)

Met à jour un tableau de bord existant.

function update(resourceGroupName: string, dashboardName: string, dashboard: PatchableDashboard, options?: DashboardsUpdateOptionalParams): Promise<Dashboard>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

dashboardName

string

Nom du tableau de bord.

dashboard
PatchableDashboard

Les champs pouvant être mis à jour d’un tableau de bord.

options
DashboardsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<Dashboard>