다음을 통해 공유


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

선택적 매개 변수

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

주석을 쿼리하는 종료 시간입니다.