다음을 통해 공유


ComponentQuotaStatus class

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

생성자

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

ComponentQuotaStatus를 만듭니다.

메서드

get(string, string, RequestOptionsBase)

Application Insights 구성 요소의 일일 데이터 볼륨 한도(할당량) 상태를 반환합니다.

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

생성자 세부 정보

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

ComponentQuotaStatus를 만듭니다.

new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)

매개 변수

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<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 구성 요소 리소스의 이름입니다.