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>
Azure SDK for JavaScript