ComponentLinkedStorageAccountsOperations interface
表示 ComponentLinkedStorageAccountsOperations 的接口。
方法
| create |
替换 Application Insights 组件的当前链接存储帐户。 |
| delete(string, string, string, Component |
删除 Application Insights 组件的链接存储帐户。 |
| get(string, string, string, Component |
返回 Application Insights 组件的当前链接存储设置。 |
| update(string, string, string, Component |
更新 Application Insights 组件的链接存储帐户。 |
方法详细信息
createAndUpdate(string, string, string, ComponentLinkedStorageAccounts, ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams)
替换 Application Insights 组件的当前链接存储帐户。
function createAndUpdate(resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams): Promise<ComponentLinkedStorageAccounts>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- resourceName
-
string
Application Insights 组件资源的名称。
- storageType
-
string
链接存储帐户的 Application Insights 组件数据源的类型。
- linkedStorageAccountsProperties
- ComponentLinkedStorageAccounts
需要指定的属性来更新 Application Insights 组件的链接存储帐户。
返回
Promise<ComponentLinkedStorageAccounts>
delete(string, string, string, ComponentLinkedStorageAccountsDeleteOptionalParams)
删除 Application Insights 组件的链接存储帐户。
function delete(resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- resourceName
-
string
Application Insights 组件资源的名称。
- storageType
-
string
链接存储帐户的 Application Insights 组件数据源的类型。
选项参数。
返回
Promise<void>
get(string, string, string, ComponentLinkedStorageAccountsGetOptionalParams)
返回 Application Insights 组件的当前链接存储设置。
function get(resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsGetOptionalParams): Promise<ComponentLinkedStorageAccounts>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- resourceName
-
string
Application Insights 组件资源的名称。
- storageType
-
string
链接存储帐户的 Application Insights 组件数据源的类型。
选项参数。
返回
Promise<ComponentLinkedStorageAccounts>
update(string, string, string, ComponentLinkedStorageAccountsPatch, ComponentLinkedStorageAccountsUpdateOptionalParams)
更新 Application Insights 组件的链接存储帐户。
function update(resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams): Promise<ComponentLinkedStorageAccounts>
参数
- resourceGroupName
-
string
资源组的名称。 名称不区分大小写。
- resourceName
-
string
Application Insights 组件资源的名称。
- storageType
-
string
链接存储帐户的 Application Insights 组件数据源的类型。
- linkedStorageAccountsProperties
- ComponentLinkedStorageAccountsPatch
需要指定的属性来更新 Application Insights 组件的链接存储帐户。
选项参数。
返回
Promise<ComponentLinkedStorageAccounts>