ComponentLinkedStorageAccountsOperations interface
Interface die een ComponentLinkedStorageAccounts-operatie vertegenwoordigt.
Eigenschappen
| create |
Vervang het huidige gekoppelde opslagaccount voor een Application Insights-onderdeel. |
| delete | Gekoppelde opslagaccounts verwijderen voor een Application Insights-onderdeel. |
| get | Retourneert de huidige gekoppelde opslaginstellingen voor een Application Insights-onderdeel. |
| update | Gekoppelde opslagaccounts voor een Application Insights-onderdeel bijwerken. |
Eigenschapdetails
createAndUpdate
Vervang het huidige gekoppelde opslagaccount voor een Application Insights-onderdeel.
createAndUpdate: (resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams) => Promise<ComponentLinkedStorageAccounts>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options?: ComponentLinkedStorageAccountsCreateAndUpdateOptionalParams) => Promise<ComponentLinkedStorageAccounts>
delete
Gekoppelde opslagaccounts verwijderen voor een Application Insights-onderdeel.
delete: (resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsDeleteOptionalParams) => Promise<void>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsDeleteOptionalParams) => Promise<void>
get
Retourneert de huidige gekoppelde opslaginstellingen voor een Application Insights-onderdeel.
get: (resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsGetOptionalParams) => Promise<ComponentLinkedStorageAccounts>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsGetOptionalParams) => Promise<ComponentLinkedStorageAccounts>
update
Gekoppelde opslagaccounts voor een Application Insights-onderdeel bijwerken.
update: (resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams) => Promise<ComponentLinkedStorageAccounts>
Waarde van eigenschap
(resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams) => Promise<ComponentLinkedStorageAccounts>