다음을 통해 공유


AnalyticsItems class

AnalyticsItems를 나타내는 클래스입니다.

생성자

AnalyticsItems(ApplicationInsightsManagementClientContext)

AnalyticsItems를 만듭니다.

메서드

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams)

Application Insights 구성 요소 내에 정의된 특정 분석 항목을 삭제합니다.

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams, ServiceCallback<void>)
deleteMethod(string, string, ItemScopePath, ServiceCallback<void>)
get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams)

Application Insights 구성 요소 내에 정의된 특정 분석 항목을 가져옵니다.

get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)
get(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)
list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams)

Application Insights 구성 요소 내에 정의된 분석 항목 목록을 가져옵니다.

list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)
list(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)
put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams)

Application Insights 구성 요소 내에서 특정 분석 항목을 추가하거나 업데이트합니다.

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)
put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

생성자 세부 정보

AnalyticsItems(ApplicationInsightsManagementClientContext)

AnalyticsItems를 만듭니다.

new AnalyticsItems(client: ApplicationInsightsManagementClientContext)

매개 변수

client
ApplicationInsightsManagementClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams)

Application Insights 구성 요소 내에 정의된 특정 분석 항목을 삭제합니다.

function deleteMethod(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteMethodOptionalParams): Promise<RestResponse>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

options
AnalyticsItemsDeleteMethodOptionalParams

선택적 매개 변수

반환

Promise<RestResponse>

promise<msRest.RestResponse>

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

function deleteMethod(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options: AnalyticsItemsDeleteMethodOptionalParams, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

options
AnalyticsItemsDeleteMethodOptionalParams

선택적 매개 변수

callback

ServiceCallback<void>

콜백

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

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

callback

ServiceCallback<void>

콜백

get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams)

Application Insights 구성 요소 내에 정의된 특정 분석 항목을 가져옵니다.

function get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsGetOptionalParams): Promise<AnalyticsItemsGetResponse>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

options
AnalyticsItemsGetOptionalParams

선택적 매개 변수

반환

Promise<Models.AnalyticsItemsGetResponse>

get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options: AnalyticsItemsGetOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

options
AnalyticsItemsGetOptionalParams

선택적 매개 변수

get(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams)

Application Insights 구성 요소 내에 정의된 분석 항목 목록을 가져옵니다.

function list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsListOptionalParams): Promise<AnalyticsItemsListResponse>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

options
AnalyticsItemsListOptionalParams

선택적 매개 변수

반환

Promise<Models.AnalyticsItemsListResponse>

list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

function list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options: AnalyticsItemsListOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

options
AnalyticsItemsListOptionalParams

선택적 매개 변수

list(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

function list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams)

Application Insights 구성 요소 내에서 특정 분석 항목을 추가하거나 업데이트합니다.

function put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams): Promise<AnalyticsItemsPutResponse>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

itemProperties
ApplicationInsightsComponentAnalyticsItem

새 항목을 만들고 Application Insights 구성 요소에 추가하려면 지정해야 하는 속성입니다.

options
AnalyticsItemsPutOptionalParams

선택적 매개 변수

반환

Promise<Models.AnalyticsItemsPutResponse>

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options: AnalyticsItemsPutOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

itemProperties
ApplicationInsightsComponentAnalyticsItem

새 항목을 만들고 Application Insights 구성 요소에 추가하려면 지정해야 하는 속성입니다.

options
AnalyticsItemsPutOptionalParams

선택적 매개 변수

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

resourceName

string

Application Insights 구성 요소 리소스의 이름입니다.

scopePath
ItemScopePath

이 항목 정의가 특정 사용자가 소유하거나 Application Insights 구성 요소에 액세스할 수 있는 모든 사용자 간에 공유되는지를 나타내는 열거형입니다. 가능한 값은 'analyticsItems', 'myanalyticsItems'입니다.

itemProperties
ApplicationInsightsComponentAnalyticsItem

새 항목을 만들고 Application Insights 구성 요소에 추가하려면 지정해야 하는 속성입니다.