次の方法で共有


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

オプション パラメーター。

戻り値