다음을 통해 공유


ComponentFeatureCapabilities class

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

생성자

ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)

ComponentFeatureCapabilities를 만듭니다.

메서드

get(string, string, RequestOptionsBase)

Application Insights 구성 요소의 기능 기능을 반환합니다.

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
get(string, string, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

생성자 세부 정보

ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)

ComponentFeatureCapabilities를 만듭니다.

new ComponentFeatureCapabilities(client: ApplicationInsightsManagementClientContext)

매개 변수

client
ApplicationInsightsManagementClientContext

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

메서드 세부 정보

get(string, string, RequestOptionsBase)

Application Insights 구성 요소의 기능 기능을 반환합니다.

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

매개 변수

resourceGroupName

string

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

resourceName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ComponentFeatureCapabilitiesGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

매개 변수

resourceGroupName

string

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

resourceName

string

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

options
RequestOptionsBase

선택적 매개 변수

get(string, string, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

매개 변수

resourceGroupName

string

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

resourceName

string

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