Partager via


StorageInsightConfigs interface

Interface représentant un StorageInsightConfigs.

Méthodes

createOrUpdate(string, string, string, StorageInsight, StorageInsightConfigsCreateOrUpdateOptionalParams)

Créer ou mettre à jour un insight de stockage.

delete(string, string, string, StorageInsightConfigsDeleteOptionalParams)

Supprime une ressource storageInsightsConfigs

get(string, string, string, StorageInsightConfigsGetOptionalParams)

Obtient une instance d’insight de stockage.

listByWorkspace(string, string, StorageInsightConfigsListByWorkspaceOptionalParams)

Répertorie les instances d’insights de stockage au sein d’un espace de travail

Détails de la méthode

createOrUpdate(string, string, string, StorageInsight, StorageInsightConfigsCreateOrUpdateOptionalParams)

Créer ou mettre à jour un insight de stockage.

function createOrUpdate(resourceGroupName: string, workspaceName: string, storageInsightName: string, parameters: StorageInsight, options?: StorageInsightConfigsCreateOrUpdateOptionalParams): Promise<StorageInsight>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

storageInsightName

string

Nom de la ressource storageInsightsConfigs

parameters
StorageInsight

Paramètres requis pour créer ou mettre à jour un insight de stockage.

options
StorageInsightConfigsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<StorageInsight>

delete(string, string, string, StorageInsightConfigsDeleteOptionalParams)

Supprime une ressource storageInsightsConfigs

function delete(resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

storageInsightName

string

Nom de la ressource storageInsightsConfigs

options
StorageInsightConfigsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, StorageInsightConfigsGetOptionalParams)

Obtient une instance d’insight de stockage.

function get(resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsGetOptionalParams): Promise<StorageInsight>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

storageInsightName

string

Nom de la ressource storageInsightsConfigs

options
StorageInsightConfigsGetOptionalParams

Paramètres d’options.

Retours

Promise<StorageInsight>

listByWorkspace(string, string, StorageInsightConfigsListByWorkspaceOptionalParams)

Répertorie les instances d’insights de stockage au sein d’un espace de travail

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: StorageInsightConfigsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<StorageInsight, StorageInsight[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

options
StorageInsightConfigsListByWorkspaceOptionalParams

Paramètres d’options.

Retours