RateCard class

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

생성자

RateCard(UsageManagementClientContext)

RateCard를 만듭니다.

메서드

get(string, RequestOptionsBase)

제품 ID, 통화, 로캘 및 지역별로 지정된 구독에 사용되는 리소스/미터 메타데이터 및 관련 가격을 쿼리할 수 있습니다. 서비스 이름, 유형, 리소스, 측정 단위 및 지역을 포함하지만 이에 국한되지 않는 청구 미터와 연결된 메타데이터는 언제든지 예고 없이 변경될 수 있습니다. 이 청구 데이터를 자동화된 방식으로 사용하려는 경우 청구 미터 GUID를 사용하여 청구 가능한 각 항목을 고유하게 식별하세요. 새 청구 모델로 인해 청구 미터 GUID가 변경되도록 예약된 경우 변경 전에 알림을 받게 됩니다.

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

생성자 세부 정보

RateCard(UsageManagementClientContext)

RateCard를 만듭니다.

new RateCard(client: UsageManagementClientContext)

매개 변수

client
UsageManagementClientContext

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

메서드 세부 정보

get(string, RequestOptionsBase)

제품 ID, 통화, 로캘 및 지역별로 지정된 구독에 사용되는 리소스/미터 메타데이터 및 관련 가격을 쿼리할 수 있습니다. 서비스 이름, 유형, 리소스, 측정 단위 및 지역을 포함하지만 이에 국한되지 않는 청구 미터와 연결된 메타데이터는 언제든지 예고 없이 변경될 수 있습니다. 이 청구 데이터를 자동화된 방식으로 사용하려는 경우 청구 미터 GUID를 사용하여 청구 가능한 각 항목을 고유하게 식별하세요. 새 청구 모델로 인해 청구 미터 GUID가 변경되도록 예약된 경우 변경 전에 알림을 받게 됩니다.

function get(filter: string, options?: RequestOptionsBase): Promise<RateCardGetResponse>

매개 변수

filter

string

작업에 적용할 필터입니다. 현재는 'eq' 및 'and' 논리 연산자만 지원합니다. 4개 쿼리 매개 변수 'OfferDurableId', 'Currency', 'Locale', 'Region'은 모두 $filter 속해야 합니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.RateCardGetResponse>

get(string, RequestOptionsBase, ServiceCallback<ResourceRateCardInfo>)

function get(filter: string, options: RequestOptionsBase, callback: ServiceCallback<ResourceRateCardInfo>)

매개 변수

filter

string

작업에 적용할 필터입니다. 현재는 'eq' 및 'and' 논리 연산자만 지원합니다. 4개 쿼리 매개 변수 'OfferDurableId', 'Currency', 'Locale', 'Region'은 모두 $filter 속해야 합니다.

options
RequestOptionsBase

선택적 매개 변수

get(string, ServiceCallback<ResourceRateCardInfo>)

function get(filter: string, callback: ServiceCallback<ResourceRateCardInfo>)

매개 변수

filter

string

작업에 적용할 필터입니다. 현재는 'eq' 및 'and' 논리 연산자만 지원합니다. 4개 쿼리 매개 변수 'OfferDurableId', 'Currency', 'Locale', 'Region'은 모두 $filter 속해야 합니다.