StorageInsightConfigsOperations interface
Interface representing a StorageInsightConfigs operations.
Properties
| create |
Create or update a storage insight. |
| delete | Deletes a storageInsightsConfigs resource |
| get | Gets a storage insight instance. |
| list |
Lists the storage insight instances within a workspace |
Property Details
createOrUpdate
Create or update a storage insight.
createOrUpdate: (resourceGroupName: string, workspaceName: string, storageInsightName: string, parameters: StorageInsight, options?: StorageInsightConfigsCreateOrUpdateOptionalParams) => Promise<StorageInsight>
Property Value
(resourceGroupName: string, workspaceName: string, storageInsightName: string, parameters: StorageInsight, options?: StorageInsightConfigsCreateOrUpdateOptionalParams) => Promise<StorageInsight>
delete
Deletes a storageInsightsConfigs resource
delete: (resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsDeleteOptionalParams) => Promise<void>
get
Gets a storage insight instance.
get: (resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsGetOptionalParams) => Promise<StorageInsight>
Property Value
(resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsGetOptionalParams) => Promise<StorageInsight>
listByWorkspace
Lists the storage insight instances within a workspace
listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: StorageInsightConfigsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<StorageInsight, StorageInsight[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: StorageInsightConfigsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<StorageInsight, StorageInsight[], PageSettings>