Поделиться через


ComponentLinkedStorageAccountsOperations interface

Интерфейс, представляющий ComponentLinkedStorageAccountsOperations.

Методы

createAndUpdate(string, string, string, ComponentLinkedStorageAccounts, ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams)

Замените текущую связанную учетную запись хранения для компонента Application Insights.

delete(string, string, string, ComponentLinkedStorageAccountsDeleteOptionalParams)

Удаление связанных учетных записей хранения для компонента Application Insights.

get(string, string, string, ComponentLinkedStorageAccountsGetOptionalParams)

Возвращает текущие параметры связанного хранилища для компонента Application Insights.

update(string, string, string, ComponentLinkedStorageAccountsPatch, ComponentLinkedStorageAccountsUpdateOptionalParams)

Обновите связанные учетные записи хранения для компонента 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.

options
ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

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 для связанной учетной записи хранения.

options
ComponentLinkedStorageAccountsDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

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 для связанной учетной записи хранения.

options
ComponentLinkedStorageAccountsGetOptionalParams

Параметры параметров.

Возвращаемое значение

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.

options
ComponentLinkedStorageAccountsUpdateOptionalParams

Параметры параметров.

Возвращаемое значение