次の方法で共有


AnomalyDetectorOptionalParams interface

省略可能なパラメーター。

Extends

プロパティ

apiVersion

Anomaly Detector API バージョン (v1.0 など)。

endpoint

クライアント エンドポイントをオーバーライドします。

継承されたプロパティ

clientRequestIdHeaderName

指定した場合、GenerateRequestIdPolicy は HTTP パイプラインに追加され、このヘッダー名とランダム UUID を要求 ID として持つすべての送信要求にヘッダーが追加されます。

credentialScopes

指定した場合は、 を使用して BearerTokenAuthenticationPolicy をビルドします。

deserializationContentTypes

JSON または XML シリアル化に関連付けられるコンテンツ タイプ。

generateClientRequestIdHeader

HTTP 要求ごとにクライアント要求 ID ヘッダーを生成するかどうか。

httpClient

HTTP 要求の送信に使用される HttpClient。

httpPipelineLogger

HTTP パイプライン内で RequestPolicies をデバッグするために使用できる HttpPipelineLogger。

noRetryPolicy

true に設定されている場合は、既定の再試行ポリシーをオフにします。

proxySettings

すべての HTTP 要求に使用されるプロキシ設定 (Node.js のみ)。

requestPolicyFactories

ネットワーク上で HTTP 要求を送信するために使用される RequestPolicy パイプラインを作成するために呼び出されるファクトリの配列、または defaultRequestPolicyFactories を受け取って使用される requestPolicyFactories を返す関数。

rpRegistrationRetryTimeout

AutomaticRPRegistration の再試行タイムアウトを秒単位で取得または設定します。 既定値は 30 です。

userAgent

要求の送信中にテレメトリ ヘッダーに設定される文字列、または既定のユーザー エージェント文字列を受け取り、使用されるユーザー エージェント文字列を返す関数。

userAgentHeaderName

要求の送信中にテレメトリ ヘッダーに使用するヘッダー名。 これが指定されていない場合は、Node.js で実行するときに "User-Agent" が使用され、ブラウザーで実行するときに "x-ms-useragent" が使用されます。

withCredentials

ブラウザーの CORS 要求に資格情報を含めるかどうか。 詳細については、「 https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials 」を参照してください。

プロパティの詳細

apiVersion

Anomaly Detector API バージョン (v1.0 など)。

apiVersion?: string

プロパティ値

string

endpoint

クライアント エンドポイントをオーバーライドします。

endpoint?: string

プロパティ値

string

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

clientRequestIdHeaderName

指定した場合、GenerateRequestIdPolicy は HTTP パイプラインに追加され、このヘッダー名とランダム UUID を要求 ID として持つすべての送信要求にヘッダーが追加されます。

clientRequestIdHeaderName?: string

プロパティ値

string

コアから継承Http.ServiceClientOptions.clientRequestIdHeaderName

credentialScopes

指定した場合は、 を使用して BearerTokenAuthenticationPolicy をビルドします。

credentialScopes?: string | string[]

プロパティ値

string | string[]

継承コアHttp.ServiceClientOptions.credentialScopes

deserializationContentTypes

JSON または XML シリアル化に関連付けられるコンテンツ タイプ。

deserializationContentTypes?: DeserializationContentTypes

プロパティ値

継承元 コアHttp.ServiceClientOptions.deserializationContentTypes

generateClientRequestIdHeader

HTTP 要求ごとにクライアント要求 ID ヘッダーを生成するかどうか。

generateClientRequestIdHeader?: boolean

プロパティ値

boolean

コアから継承Http.ServiceClientOptions.generateClientRequestIdHeader

httpClient

HTTP 要求の送信に使用される HttpClient。

httpClient?: HttpClient

プロパティ値

コアから継承Http.ServiceClientOptions.httpClient

httpPipelineLogger

HTTP パイプライン内で RequestPolicies をデバッグするために使用できる HttpPipelineLogger。

httpPipelineLogger?: HttpPipelineLogger

プロパティ値

コアから継承Http.ServiceClientOptions.httpPipelineLogger

noRetryPolicy

true に設定されている場合は、既定の再試行ポリシーをオフにします。

noRetryPolicy?: boolean

プロパティ値

boolean

コアから継承Http.ServiceClientOptions.noRetryPolicy

proxySettings

すべての HTTP 要求に使用されるプロキシ設定 (Node.js のみ)。

proxySettings?: ProxySettings

プロパティ値

継承コアHttp.ServiceClientOptions.proxySettings

requestPolicyFactories

ネットワーク上で HTTP 要求を送信するために使用される RequestPolicy パイプラインを作成するために呼び出されるファクトリの配列、または defaultRequestPolicyFactories を受け取って使用される requestPolicyFactories を返す関数。

requestPolicyFactories?: RequestPolicyFactory[] | (defaultRequestPolicyFactories: RequestPolicyFactory[]) => void | RequestPolicyFactory[]

プロパティ値

RequestPolicyFactory[] | (defaultRequestPolicyFactories: RequestPolicyFactory[]) => void | RequestPolicyFactory[]

コアから継承Http.ServiceClientOptions.requestPolicyFactories

rpRegistrationRetryTimeout

AutomaticRPRegistration の再試行タイムアウトを秒単位で取得または設定します。 既定値は 30 です。

rpRegistrationRetryTimeout?: number

プロパティ値

number

CoreHttp.ServiceClientOptions.rpRegistrationRetryTimeout から継承

userAgent

要求の送信中にテレメトリ ヘッダーに設定される文字列、または既定のユーザー エージェント文字列を受け取り、使用されるユーザー エージェント文字列を返す関数。

userAgent?: string | (defaultUserAgent: string) => string

プロパティ値

string | (defaultUserAgent: string) => string

継承コアHttp.ServiceClientOptions.userAgent

userAgentHeaderName

要求の送信中にテレメトリ ヘッダーに使用するヘッダー名。 これが指定されていない場合は、Node.js で実行するときに "User-Agent" が使用され、ブラウザーで実行するときに "x-ms-useragent" が使用されます。

userAgentHeaderName?: string | (defaultUserAgentHeaderName: string) => string

プロパティ値

string | (defaultUserAgentHeaderName: string) => string

CoreHttp.ServiceClientOptions.userAgentHeaderName から継承

withCredentials

ブラウザーの CORS 要求に資格情報を含めるかどうか。 詳細については、「 https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials 」を参照してください。

withCredentials?: boolean

プロパティ値

boolean

CoreHttp.ServiceClientOptions.withCredentials から継承