StorageInsightConfigs interface
表示 StorageInsightConfigs 的介面。
方法
方法詳細資料
createOrUpdate(string, string, string, StorageInsight, StorageInsightConfigsCreateOrUpdateOptionalParams)
建立或更新儲存體深入解析。
function createOrUpdate(resourceGroupName: string, workspaceName: string, storageInsightName: string, parameters: StorageInsight, options?: StorageInsightConfigsCreateOrUpdateOptionalParams): Promise<StorageInsight>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
工作區的名稱。
- storageInsightName
-
string
storageInsightsConfigs 資源的名稱
- parameters
- StorageInsight
建立或更新儲存體深入解析所需的參數。
選項參數。
傳回
Promise<StorageInsight>
delete(string, string, string, StorageInsightConfigsDeleteOptionalParams)
刪除 storageInsightsConfigs 資源
function delete(resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
工作區的名稱。
- storageInsightName
-
string
storageInsightsConfigs 資源的名稱
選項參數。
傳回
Promise<void>
get(string, string, string, StorageInsightConfigsGetOptionalParams)
取得儲存體深入解析實例。
function get(resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsGetOptionalParams): Promise<StorageInsight>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
工作區的名稱。
- storageInsightName
-
string
storageInsightsConfigs 資源的名稱
選項參數。
傳回
Promise<StorageInsight>
listByWorkspace(string, string, StorageInsightConfigsListByWorkspaceOptionalParams)
列出工作區內的儲存體深入解析實例
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: StorageInsightConfigsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<StorageInsight, StorageInsight[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
工作區的名稱。
選項參數。