次の方法で共有


ApplicationInsightsManagementClient class

Extends

コンストラクター

ApplicationInsightsManagementClient(ServiceClientCredentials | TokenCredential, string, ApplicationInsightsManagementClientOptions)

ApplicationInsightsManagementClient クラスの新しいインスタンスを初期化します。

プロパティ

analyticsItems
annotations
aPIKeys
componentAvailableFeatures
componentCurrentBillingFeatures
componentFeatureCapabilities
componentLinkedStorageAccounts
componentQuotaStatus
components
exportConfigurations
favorites
liveToken
myWorkbooks
operations
proactiveDetectionConfigurations
webTestLocations
webTests
workbooks
workbookTemplates
workItemConfigurations

継承されたプロパティ

acceptLanguage
credentials
longRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

subscriptionId

継承されたメソッド

beginLongRunningRequest(RequestPrepareOptions | WebResource, RequestOptionsBase)

LRO の最初の要求 (実行時間の長い操作) を送信し、LRO をポーリングし、LRO が完了したかどうかを確認するためのメソッドを提供する HttpLongRunningOperationResponse を取得します。

restoreLROPoller(LROPollState)

指定された LROPollState から LROPoller を復元します。 このメソッドを使用して、別のプロセスまたはマシンで LROPoller を再作成できます。

sendLongRunningRequest(RequestPrepareOptions | WebResource, RequestOptionsBase)

ポーリングして最終的な結果を提供する要求を行うメカニズムを提供します。

sendLRORequest(OperationArguments, OperationSpec, RequestOptionsBase)

LRO の最初の要求 (実行時間の長い操作) を送信し、LRO をポーリングし、LRO が完了したかどうかを確認するためのメソッドを提供する LROPoller を取得します。

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

指定された OperationSpec を使用して設定された HTTP 要求を送信します。

sendRequest(RequestPrepareOptions | WebResourceLike)

指定された httpRequest を送信します。

コンストラクターの詳細

ApplicationInsightsManagementClient(ServiceClientCredentials | TokenCredential, string, ApplicationInsightsManagementClientOptions)

ApplicationInsightsManagementClient クラスの新しいインスタンスを初期化します。

new ApplicationInsightsManagementClient(credentials: ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: ApplicationInsightsManagementClientOptions)

パラメーター

credentials

ServiceClientCredentials | TokenCredential

クライアントが Azure に接続するために必要な資格情報。 パッケージから TokenCredential インターフェイスを実装する資格情報をお @azure/identity 勧めします。 これらの資格情報の詳細については、「」を参照してください https://www.npmjs.com/package/@azure/identity。 以前のパッケージ@azure/ms-rest-nodeauth@azure/ms-rest-browserauthからの ServiceClientCredentials インターフェイスを実装する資格情報もサポートされています。

subscriptionId

string

ターゲット サブスクリプションの ID。

options
ApplicationInsightsManagementClientOptions

パラメーター オプション

プロパティの詳細

analyticsItems

analyticsItems: AnalyticsItems

プロパティ値

annotations

annotations: Annotations

プロパティ値

aPIKeys

aPIKeys: APIKeys

プロパティ値

componentAvailableFeatures

componentAvailableFeatures: ComponentAvailableFeatures

プロパティ値

componentCurrentBillingFeatures

componentCurrentBillingFeatures: ComponentCurrentBillingFeatures

プロパティ値

componentFeatureCapabilities

componentFeatureCapabilities: ComponentFeatureCapabilities

プロパティ値

componentLinkedStorageAccounts

componentLinkedStorageAccounts: ComponentLinkedStorageAccountsOperations

プロパティ値

componentQuotaStatus

componentQuotaStatus: ComponentQuotaStatus

プロパティ値

components

components: Components

プロパティ値

exportConfigurations

exportConfigurations: ExportConfigurations

プロパティ値

favorites

favorites: Favorites

プロパティ値

liveToken

liveToken: LiveToken

プロパティ値

myWorkbooks

myWorkbooks: MyWorkbooks

プロパティ値

operations

operations: Operations

プロパティ値

proactiveDetectionConfigurations

proactiveDetectionConfigurations: ProactiveDetectionConfigurations

プロパティ値

webTestLocations

webTestLocations: WebTestLocations

プロパティ値

webTests

webTests: WebTests

プロパティ値

workbooks

workbooks: Workbooks

プロパティ値

workbookTemplates

workbookTemplates: WorkbookTemplates

プロパティ値

workItemConfigurations

workItemConfigurations: WorkItemConfigurations

プロパティ値

継承されたプロパティの詳細

acceptLanguage

acceptLanguage: string

プロパティ値

string

ApplicationInsightsManagementClientContext.acceptLanguageから継承

credentials

credentials: ServiceClientCredentials | TokenCredential

プロパティ値

ApplicationInsightsManagementClientContext.credentialsから継承

longRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

longRunningOperationRetryTimeout?: number

プロパティ値

number

ApplicationInsightsManagementClientContext.longRunningOperationRetryTimeoutから継承されます

subscriptionId

subscriptionId: string

プロパティ値

string

ApplicationInsightsManagementClientContext.subscriptionIdから継承

継承済みメソッドの詳細

beginLongRunningRequest(RequestPrepareOptions | WebResource, RequestOptionsBase)

LRO の最初の要求 (実行時間の長い操作) を送信し、LRO をポーリングし、LRO が完了したかどうかを確認するためのメソッドを提供する HttpLongRunningOperationResponse を取得します。

function beginLongRunningRequest(request: RequestPrepareOptions | WebResource, options?: RequestOptionsBase): Promise<LROPoller>

パラメーター

request

RequestPrepareOptions | WebResource

要求オブジェクト

options
RequestOptionsBase

要求の実行中に送信される追加のオプション

戻り値

Promise<@azure/ms-rest-azure-js.LROPoller>

LRO と対話するためのメソッドを提供する HttpLongRunningOperationResponse。

ApplicationInsightsManagementClientContext.beginLongRunningRequestから継承されます

restoreLROPoller(LROPollState)

指定された LROPollState から LROPoller を復元します。 このメソッドを使用して、別のプロセスまたはマシンで LROPoller を再作成できます。

function restoreLROPoller(lroPollState: LROPollState): LROPoller

パラメーター

lroPollState
@azure/ms-rest-azure-js.LROPollState

戻り値

@azure/ms-rest-azure-js.LROPoller

ApplicationInsightsManagementClientContext.restoreLROPollerから継承

sendLongRunningRequest(RequestPrepareOptions | WebResource, RequestOptionsBase)

ポーリングして最終的な結果を提供する要求を行うメカニズムを提供します。

function sendLongRunningRequest(request: RequestPrepareOptions | WebResource, options?: RequestOptionsBase): Promise<HttpOperationResponse>

パラメーター

request

RequestPrepareOptions | WebResource

要求オブジェクト

options
RequestOptionsBase

要求の実行中に送信される追加のオプション

戻り値

最終的なポーリング要求、応答、および responseBody を含む HttpOperationResponse。

ApplicationInsightsManagementClientContext.sendLongRunningRequestから継承

sendLRORequest(OperationArguments, OperationSpec, RequestOptionsBase)

LRO の最初の要求 (実行時間の長い操作) を送信し、LRO をポーリングし、LRO が完了したかどうかを確認するためのメソッドを提供する LROPoller を取得します。

function sendLRORequest(operationArguments: OperationArguments, operationSpec: OperationSpec, options?: RequestOptionsBase): Promise<LROPoller>

パラメーター

operationArguments
OperationArguments

操作の引数。

operationSpec
OperationSpec

操作の仕様。

options
RequestOptionsBase

要求の実行中に送信される追加のオプション。

戻り値

Promise<@azure/ms-rest-azure-js.LROPoller>

LRO と対話するためのメソッドを提供する LROPoller オブジェクト。

ApplicationInsightsManagementClientContext.sendLRORequestから継承

sendOperationRequest(OperationArguments, OperationSpec, ServiceCallback<any>)

指定された OperationSpec を使用して設定された HTTP 要求を送信します。

function sendOperationRequest(operationArguments: OperationArguments, operationSpec: OperationSpec, callback?: ServiceCallback<any>): Promise<RestResponse>

パラメーター

operationArguments
OperationArguments

HTTP 要求のテンプレート値が設定される引数。

operationSpec
OperationSpec

httpRequest の設定に使用する OperationSpec。

callback

ServiceCallback<any>

応答を受信したときに呼び出すコールバック。

戻り値

Promise<RestResponse>

ApplicationInsightsManagementClientContext.sendOperationRequestから継承

sendRequest(RequestPrepareOptions | WebResourceLike)

指定された httpRequest を送信します。

function sendRequest(options: RequestPrepareOptions | WebResourceLike): Promise<HttpOperationResponse>

パラメーター

戻り値

ApplicationInsightsManagementClientContext.sendRequestから継承