次の方法で共有


Annotations class

注釈を表すクラス。

コンストラクター

Annotations(ApplicationInsightsManagementClientContext)

注釈を作成します。

メソッド

create(string, string, Annotation, RequestOptionsBase)

Application Insights コンポーネントの注釈を作成します。

create(string, string, Annotation, RequestOptionsBase, ServiceCallback<Annotation[]>)
create(string, string, Annotation, ServiceCallback<Annotation[]>)
deleteMethod(string, string, string, RequestOptionsBase)

Application Insights コンポーネントの注釈を削除します。

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

指定された ID の注釈を取得します。

get(string, string, string, RequestOptionsBase, ServiceCallback<Annotation[]>)
get(string, string, string, ServiceCallback<Annotation[]>)
list(string, string, string, string, RequestOptionsBase)

特定の時間範囲のコンポーネントの注釈の一覧を取得します

list(string, string, string, string, RequestOptionsBase, ServiceCallback<AnnotationsListResult>)
list(string, string, string, string, ServiceCallback<AnnotationsListResult>)

コンストラクターの詳細

Annotations(ApplicationInsightsManagementClientContext)

注釈を作成します。

new Annotations(client: ApplicationInsightsManagementClientContext)

パラメーター

client
ApplicationInsightsManagementClientContext

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

メソッドの詳細

create(string, string, Annotation, RequestOptionsBase)

Application Insights コンポーネントの注釈を作成します。

function create(resourceGroupName: string, resourceName: string, annotationProperties: Annotation, options?: RequestOptionsBase): Promise<AnnotationsCreateResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

annotationProperties
Annotation

Application Insights コンポーネントの注釈を作成するために指定する必要があるプロパティ。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.AnnotationsCreateResponse>

create(string, string, Annotation, RequestOptionsBase, ServiceCallback<Annotation[]>)

function create(resourceGroupName: string, resourceName: string, annotationProperties: Annotation, options: RequestOptionsBase, callback: ServiceCallback<Annotation[]>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

annotationProperties
Annotation

Application Insights コンポーネントの注釈を作成するために指定する必要があるプロパティ。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Annotation[]>

コールバック。

create(string, string, Annotation, ServiceCallback<Annotation[]>)

function create(resourceGroupName: string, resourceName: string, annotationProperties: Annotation, callback: ServiceCallback<Annotation[]>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

annotationProperties
Annotation

Application Insights コンポーネントの注釈を作成するために指定する必要があるプロパティ。

callback

ServiceCallback<Annotation[]>

コールバック。

deleteMethod(string, string, string, RequestOptionsBase)

Application Insights コンポーネントの注釈を削除します。

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

パラメーター

resourceGroupName

string

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

resourceName

string

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

annotationId

string

一意の注釈 ID。 これは Application Insights コンポーネント内で一意です。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

パラメーター

resourceGroupName

string

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

resourceName

string

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

annotationId

string

一意の注釈 ID。 これは Application Insights コンポーネント内で一意です。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

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

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

パラメーター

resourceGroupName

string

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

resourceName

string

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

annotationId

string

一意の注釈 ID。 これは Application Insights コンポーネント内で一意です。

callback

ServiceCallback<void>

コールバック。

get(string, string, string, RequestOptionsBase)

指定された ID の注釈を取得します。

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

パラメーター

resourceGroupName

string

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

resourceName

string

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

annotationId

string

一意の注釈 ID。 これは Application Insights コンポーネント内で一意です。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.AnnotationsGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<Annotation[]>)

function get(resourceGroupName: string, resourceName: string, annotationId: string, options: RequestOptionsBase, callback: ServiceCallback<Annotation[]>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

annotationId

string

一意の注釈 ID。 これは Application Insights コンポーネント内で一意です。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Annotation[]>

コールバック。

get(string, string, string, ServiceCallback<Annotation[]>)

function get(resourceGroupName: string, resourceName: string, annotationId: string, callback: ServiceCallback<Annotation[]>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

annotationId

string

一意の注釈 ID。 これは Application Insights コンポーネント内で一意です。

callback

ServiceCallback<Annotation[]>

コールバック。

list(string, string, string, string, RequestOptionsBase)

特定の時間範囲のコンポーネントの注釈の一覧を取得します

function list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: RequestOptionsBase): Promise<AnnotationsListResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

start

string

注釈のクエリの開始時刻は、現在の日付から 90 日を超えることはできません。

end

string

注釈のクエリを実行する終了時刻。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.AnnotationsListResponse>

list(string, string, string, string, RequestOptionsBase, ServiceCallback<AnnotationsListResult>)

function list(resourceGroupName: string, resourceName: string, start: string, end: string, options: RequestOptionsBase, callback: ServiceCallback<AnnotationsListResult>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

start

string

注釈のクエリの開始時刻は、現在の日付から 90 日を超えることはできません。

end

string

注釈のクエリを実行する終了時刻。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<AnnotationsListResult>

コールバック。

list(string, string, string, string, ServiceCallback<AnnotationsListResult>)

function list(resourceGroupName: string, resourceName: string, start: string, end: string, callback: ServiceCallback<AnnotationsListResult>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

start

string

注釈のクエリの開始時刻は、現在の日付から 90 日を超えることはできません。

end

string

注釈のクエリを実行する終了時刻。

callback

ServiceCallback<AnnotationsListResult>

コールバック。