你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
工作区的名称。
选项参数。