你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComponentLinkedStorageAccountsOperations class

表示 ComponentLinkedStorageAccountsOperations 的类。

构造函数

ComponentLinkedStorageAccountsOperations(ApplicationInsightsManagementClientContext)

创建 ComponentLinkedStorageAccountsOperations。

方法

createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase)

替换 Application Insights 组件的当前链接存储帐户。

createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
createAndUpdate(string, string, ComponentLinkedStorageAccounts, ServiceCallback<ComponentLinkedStorageAccounts>)
deleteMethod(string, string, RequestOptionsBase)

删除 Application Insights 组件的链接存储帐户。

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

返回 Application Insights 组件的当前链接存储设置。

get(string, string, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
get(string, string, ServiceCallback<ComponentLinkedStorageAccounts>)
update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase)

更新 Application Insights 组件的链接存储帐户。

update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
update(string, string, ComponentLinkedStorageAccountsPatch, ServiceCallback<ComponentLinkedStorageAccounts>)

构造函数详细信息

ComponentLinkedStorageAccountsOperations(ApplicationInsightsManagementClientContext)

创建 ComponentLinkedStorageAccountsOperations。

new ComponentLinkedStorageAccountsOperations(client: ApplicationInsightsManagementClientContext)

参数

client
ApplicationInsightsManagementClientContext

对服务客户端的引用。

方法详细信息

createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase)

替换 Application Insights 组件的当前链接存储帐户。

function createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: RequestOptionsBase): Promise<ComponentLinkedStorageAccountsCreateAndUpdateResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

linkedStorageAccountsProperties
ComponentLinkedStorageAccounts

需要指定的属性来更新 Application Insights 组件的链接存储帐户。

options
RequestOptionsBase

可选参数

返回

Promise<Models.ComponentLinkedStorageAccountsCreateAndUpdateResponse>

createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)

function createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options: RequestOptionsBase, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

linkedStorageAccountsProperties
ComponentLinkedStorageAccounts

需要指定的属性来更新 Application Insights 组件的链接存储帐户。

options
RequestOptionsBase

可选参数

createAndUpdate(string, string, ComponentLinkedStorageAccounts, ServiceCallback<ComponentLinkedStorageAccounts>)

function createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

linkedStorageAccountsProperties
ComponentLinkedStorageAccounts

需要指定的属性来更新 Application Insights 组件的链接存储帐户。

deleteMethod(string, string, RequestOptionsBase)

删除 Application Insights 组件的链接存储帐户。

function deleteMethod(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<RestResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

options
RequestOptionsBase

可选参数

返回

Promise<RestResponse>

承诺<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

options
RequestOptionsBase

可选参数

callback

ServiceCallback<void>

回调

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, callback: ServiceCallback<void>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

callback

ServiceCallback<void>

回调

get(string, string, RequestOptionsBase)

返回 Application Insights 组件的当前链接存储设置。

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentLinkedStorageAccountsGetResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

options
RequestOptionsBase

可选参数

返回

承诺<Models.ComponentLinkedStorageAccountsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

options
RequestOptionsBase

可选参数

get(string, string, ServiceCallback<ComponentLinkedStorageAccounts>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase)

更新 Application Insights 组件的链接存储帐户。

function update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: RequestOptionsBase): Promise<ComponentLinkedStorageAccountsUpdateResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

linkedStorageAccountsProperties
ComponentLinkedStorageAccountsPatch

需要指定的属性来更新 Application Insights 组件的链接存储帐户。

options
RequestOptionsBase

可选参数

返回

承诺<Models.ComponentLinkedStorageAccountsUpdateResponse>

update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)

function update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options: RequestOptionsBase, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

linkedStorageAccountsProperties
ComponentLinkedStorageAccountsPatch

需要指定的属性来更新 Application Insights 组件的链接存储帐户。

options
RequestOptionsBase

可选参数

update(string, string, ComponentLinkedStorageAccountsPatch, ServiceCallback<ComponentLinkedStorageAccounts>)

function update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

resourceName

string

Application Insights 组件资源的名称。

linkedStorageAccountsProperties
ComponentLinkedStorageAccountsPatch

需要指定的属性来更新 Application Insights 组件的链接存储帐户。