ComponentQuotaStatus class
ComponentQuotaStatus를 나타내는 클래스입니다.
생성자
Component |
ComponentQuotaStatus를 만듭니다. |
메서드
get(string, string, Request |
Application Insights 구성 요소의 일일 데이터 볼륨 한도(할당량) 상태를 반환합니다. |
get(string, string, Request |
|
get(string, string, Service |
생성자 세부 정보
ComponentQuotaStatus(ApplicationInsightsManagementClientContext)
ComponentQuotaStatus를 만듭니다.
new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)
매개 변수
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
get(string, string, RequestOptionsBase)
Application Insights 구성 요소의 일일 데이터 볼륨 한도(할당량) 상태를 반환합니다.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentQuotaStatusGetResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<ComponentQuotaStatusGetResponse>
Promise<Models.ComponentQuotaStatusGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
콜백
get(string, string, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
콜백