Sdílet prostřednictvím


ComponentLinkedStorageAccountsOperations interface

Rozhraní představující ComponentLinkedStorageAccountsOperations.

Metody

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

Nahraďte aktuální propojený účet úložiště pro komponentu Application Insights.

delete(string, string, string, ComponentLinkedStorageAccountsDeleteOptionalParams)

Odstraňte propojené účty úložiště pro komponentu Application Insights.

get(string, string, string, ComponentLinkedStorageAccountsGetOptionalParams)

Vrátí aktuální nastavení propojeného úložiště pro komponentu Application Insights.

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

Aktualizujte propojené účty úložiště pro komponentu Application Insights.

Podrobnosti metody

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

Nahraďte aktuální propojený účet úložiště pro komponentu Application Insights.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

storageType

string

Typ zdroje dat komponenty Application Insights pro propojený účet úložiště.

linkedStorageAccountsProperties
ComponentLinkedStorageAccounts

Vlastnosti, které je potřeba zadat k aktualizaci propojených účtů úložiště pro komponentu Application Insights.

Návraty

delete(string, string, string, ComponentLinkedStorageAccountsDeleteOptionalParams)

Odstraňte propojené účty úložiště pro komponentu Application Insights.

function delete(resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsDeleteOptionalParams): Promise<void>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

storageType

string

Typ zdroje dat komponenty Application Insights pro propojený účet úložiště.

Návraty

Promise<void>

get(string, string, string, ComponentLinkedStorageAccountsGetOptionalParams)

Vrátí aktuální nastavení propojeného úložiště pro komponentu Application Insights.

function get(resourceGroupName: string, resourceName: string, storageType: string, options?: ComponentLinkedStorageAccountsGetOptionalParams): Promise<ComponentLinkedStorageAccounts>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

storageType

string

Typ zdroje dat komponenty Application Insights pro propojený účet úložiště.

Návraty

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

Aktualizujte propojené účty úložiště pro komponentu Application Insights.

function update(resourceGroupName: string, resourceName: string, storageType: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: ComponentLinkedStorageAccountsUpdateOptionalParams): Promise<ComponentLinkedStorageAccounts>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

storageType

string

Typ zdroje dat komponenty Application Insights pro propojený účet úložiště.

linkedStorageAccountsProperties
ComponentLinkedStorageAccountsPatch

Vlastnosti, které je potřeba zadat k aktualizaci propojených účtů úložiště pro komponentu Application Insights.

Návraty