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>