StorageInsightConfigs interface
Interface représentant un StorageInsightConfigs.
Méthodes
create |
Créer ou mettre à jour un insight de stockage. |
delete(string, string, string, Storage |
Supprime une ressource storageInsightsConfigs |
get(string, string, string, Storage |
Obtient une instance d’insight de stockage. |
list |
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.
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
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
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.
Paramètres d’options.