ComponentCurrentBillingFeatures class
ComponentCurrentBillingFeatures를 나타내는 클래스입니다.
생성자
Component |
ComponentCurrentBillingFeatures를 만듭니다. |
메서드
생성자 세부 정보
ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)
ComponentCurrentBillingFeatures를 만듭니다.
new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)
매개 변수
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
get(string, string, RequestOptionsBase)
Application Insights 구성 요소에 대한 현재 청구 기능을 반환합니다.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesGetResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ComponentCurrentBillingFeaturesGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)
Application Insights 구성 요소에 대한 현재 청구 기능을 업데이트합니다.
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesUpdateResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Application Insights 구성 요소에 대한 청구 기능을 업데이트하기 위해 지정해야 하는 속성입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse>
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Application Insights 구성 요소에 대한 청구 기능을 업데이트하기 위해 지정해야 하는 속성입니다.
- options
- RequestOptionsBase
선택적 매개 변수
update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- resourceName
-
string
Application Insights 구성 요소 리소스의 이름입니다.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Application Insights 구성 요소에 대한 청구 기능을 업데이트하기 위해 지정해야 하는 속성입니다.