次の方法で共有


ApplicationInsightsComponent クラス

定義

Application Insights コンポーネント定義。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationInsightsComponent : Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentsResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationInsightsComponent = class
    inherit ComponentsResource
Public Class ApplicationInsightsComponent
Inherits ComponentsResource
継承
ApplicationInsightsComponent
属性

コンストラクター

ApplicationInsightsComponent()

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

ApplicationInsightsComponent(String, String, String, String, String, String, IDictionary<String,String>, String, String, String, String, String, Nullable<DateTime>, String, String, String, String, Nullable<Double>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, IList<PrivateLinkScopedResource>, String, String)

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

プロパティ

AppId

アプリケーションの Application Insights の一意の ID を取得します。

ApplicationId

アプリケーションの一意の ID を取得します。 このフィールドは 'Name' フィールドを反映しており、変更できません。

ApplicationType

監視するアプリケーションの種類を取得または設定します。 使用可能な値は、'web'、'other' です。

ConnectionString

application Insights コンポーネントの接続文字列を取得します。

CreationDate

Application Insights コンポーネントの作成日を ISO 8601 形式で取得します。

DisableIpMasking

IP マスクを無効にするを取得または設定します。

FlowType

このコンポーネントが作成されたフローの種類を決定するために Application Insights システムによって使用されるを取得または設定します。 これは、REST API を使用してコンポーネントを作成または更新するときに、"Bluefield" に設定されます。 使用可能な値は次のとおりです: 'Bluefield'

HockeyAppId

HockeyApp との通信に使用される、新しいアプリケーションが HockeyApp に追加されたときに作成される一意のアプリケーション ID を取得または設定します。

HockeyAppToken

Application Insights と HockeyApp の間の通信を認証するために使用されるトークンを取得します。

Id

Azure リソース ID を取得します

(継承元 ComponentsResource)
ImmediatePurgeDataOn30Days

30 日後にデータの消去を取得または設定します。

InstrumentationKey

application Insights Instrumentation キーを取得します。 アプリケーションが Azure アプリケーション Insights に送信されるすべてのテレメトリの宛先を識別するために使用できる読み取り専用の値。 この値は、新しい Application Insights コンポーネントの構築時に指定されます。

Kind

UI のカスタマイズに使用される、このコンポーネントが参照するアプリケーションの種類を取得または設定します。 この値はフリーフォーム文字列です。値は通常、web、ios、other、store、java、phone のいずれかである必要があります。

Location

リソースの場所を取得または設定します

(継承元 ComponentsResource)
Name

Azure リソース名を取得します

(継承元 ComponentsResource)
PrivateLinkScopedResources

リンクされたプライベート リンク スコープ リソースの一覧を取得します。

ProvisioningState

このコンポーネントの現在の状態を取得します。定義されているリソース グループ内で がプロビジョニングされているかどうか。 ユーザーはこの値を変更できませんが、そこから読み取ることができます。 値には、Succeeded、Deploying、Canceled、Failed が含まれます。

PublicNetworkAccessForIngestion

Application Insights インジェストにアクセスするためのネットワーク アクセスの種類を取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

PublicNetworkAccessForQuery

Application Insights クエリにアクセスするためのネットワーク アクセスの種類を取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

RequestSource

この Application Insights コンポーネントを作成したツールを取得または設定します。 この API を使用しているお客様は、これを既定の 'rest' に設定する必要があります。 使用可能な値は次のとおりです: 'rest'

RetentionInDays

保持期間 (日数) を取得または設定します。

SamplingPercentage

Application Insights テレメトリ用にサンプリングされる、監視対象のアプリケーションによって生成されるデータの割合を取得または設定します。

Tags

リソース タグを取得または設定します

(継承元 ComponentsResource)
TenantId

Azure テナント ID を取得します。

Type

Azure リソースの種類を取得します

(継承元 ComponentsResource)

メソッド

Validate()

オブジェクトを検証します。

適用対象