ComponentAvailableFeatures class
ComponentAvailableFeatures를 나타내는 클래스입니다.
생성자
Component |
ComponentAvailableFeatures를 만듭니다. |
메서드
생성자 세부 정보
ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)
ComponentAvailableFeatures를 만듭니다.
new ComponentAvailableFeatures(client: ApplicationInsightsManagementClientContext)
매개 변수
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
get(string, string, RequestOptionsBase)
Application Insights 구성 요소의 사용 가능한 모든 기능을 반환합니다.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentAvailableFeaturesGetResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ComponentAvailableFeaturesGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
get(string, string, ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.