次の方法で共有


ComponentLinkedStorageAccountsOperations class

ComponentLinkedStorageAccountsOperations を表すクラス。

コンストラクター

ComponentLinkedStorageAccountsOperations(ApplicationInsightsManagementClientContext)

ComponentLinkedStorageAccountsOperations を作成します。

メソッド

createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase)

Application Insights コンポーネントの現在のリンクされたストレージ アカウントを置き換えます。

createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
createAndUpdate(string, string, ComponentLinkedStorageAccounts, ServiceCallback<ComponentLinkedStorageAccounts>)
deleteMethod(string, string, RequestOptionsBase)

Application Insights コンポーネントのリンクされたストレージ アカウントを削除します。

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

Application Insights コンポーネントの現在のリンクされたストレージ設定を返します。

get(string, string, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
get(string, string, ServiceCallback<ComponentLinkedStorageAccounts>)
update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase)

Application Insights コンポーネントのリンクされたストレージ アカウントを更新します。

update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)
update(string, string, ComponentLinkedStorageAccountsPatch, ServiceCallback<ComponentLinkedStorageAccounts>)

コンストラクターの詳細

ComponentLinkedStorageAccountsOperations(ApplicationInsightsManagementClientContext)

ComponentLinkedStorageAccountsOperations を作成します。

new ComponentLinkedStorageAccountsOperations(client: ApplicationInsightsManagementClientContext)

パラメーター

client
ApplicationInsightsManagementClientContext

サービス クライアントへの参照。

メソッドの詳細

createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase)

Application Insights コンポーネントの現在のリンクされたストレージ アカウントを置き換えます。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

linkedStorageAccountsProperties
ComponentLinkedStorageAccounts

Application Insights コンポーネントのリンクされたストレージ アカウントを更新するために指定する必要があるプロパティ。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ComponentLinkedStorageAccountsCreateAndUpdateResponse>

createAndUpdate(string, string, ComponentLinkedStorageAccounts, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)

function createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, options: RequestOptionsBase, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

linkedStorageAccountsProperties
ComponentLinkedStorageAccounts

Application Insights コンポーネントのリンクされたストレージ アカウントを更新するために指定する必要があるプロパティ。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ComponentLinkedStorageAccounts>

コールバック。

createAndUpdate(string, string, ComponentLinkedStorageAccounts, ServiceCallback<ComponentLinkedStorageAccounts>)

function createAndUpdate(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccounts, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

linkedStorageAccountsProperties
ComponentLinkedStorageAccounts

Application Insights コンポーネントのリンクされたストレージ アカウントを更新するために指定する必要があるプロパティ。

callback

ServiceCallback<ComponentLinkedStorageAccounts>

コールバック。

deleteMethod(string, string, RequestOptionsBase)

Application Insights コンポーネントのリンクされたストレージ アカウントを削除します。

function deleteMethod(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

callback

ServiceCallback<void>

コールバック。

get(string, string, RequestOptionsBase)

Application Insights コンポーネントの現在のリンクされたストレージ設定を返します。

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentLinkedStorageAccountsGetResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ComponentLinkedStorageAccountsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ComponentLinkedStorageAccounts>

コールバック。

get(string, string, ServiceCallback<ComponentLinkedStorageAccounts>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

callback

ServiceCallback<ComponentLinkedStorageAccounts>

コールバック。

update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase)

Application Insights コンポーネントのリンクされたストレージ アカウントを更新します。

function update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options?: RequestOptionsBase): Promise<ComponentLinkedStorageAccountsUpdateResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

linkedStorageAccountsProperties
ComponentLinkedStorageAccountsPatch

Application Insights コンポーネントのリンクされたストレージ アカウントを更新するために指定する必要があるプロパティ。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ComponentLinkedStorageAccountsUpdateResponse>

update(string, string, ComponentLinkedStorageAccountsPatch, RequestOptionsBase, ServiceCallback<ComponentLinkedStorageAccounts>)

function update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, options: RequestOptionsBase, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

linkedStorageAccountsProperties
ComponentLinkedStorageAccountsPatch

Application Insights コンポーネントのリンクされたストレージ アカウントを更新するために指定する必要があるプロパティ。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<ComponentLinkedStorageAccounts>

コールバック。

update(string, string, ComponentLinkedStorageAccountsPatch, ServiceCallback<ComponentLinkedStorageAccounts>)

function update(resourceGroupName: string, resourceName: string, linkedStorageAccountsProperties: ComponentLinkedStorageAccountsPatch, callback: ServiceCallback<ComponentLinkedStorageAccounts>)

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

linkedStorageAccountsProperties
ComponentLinkedStorageAccountsPatch

Application Insights コンポーネントのリンクされたストレージ アカウントを更新するために指定する必要があるプロパティ。

callback

ServiceCallback<ComponentLinkedStorageAccounts>

コールバック。