BillingMeter 클래스
App Service Azure 청구 시스템에서 사용자에게 서비스에 대한 요금을 청구하는 데 사용하는 미터에 대한 정보가 포함된 청구 엔터티입니다.
변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.
- 상속
-
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResourceBillingMeter
생성자
BillingMeter(*, kind: str | None = None, meter_id: str | None = None, billing_location: str | None = None, short_name: str | None = None, friendly_name: str | None = None, resource_type: str | None = None, os_type: str | None = None, multiplier: float | None = None, **kwargs: Any)
키워드 전용 매개 변수
Name | Description |
---|---|
kind
|
리소스 종류입니다. |
meter_id
|
상거래에 온보딩된 미터 GUID입니다. |
billing_location
|
청구 가능한 리소스의 Azure 위치입니다. |
short_name
|
App Service Azure 가격 책정 페이지의 짧은 이름입니다. |
friendly_name
|
미터의 이름입니다. |
resource_type
|
App Service ResourceType 미터가 사용됩니다. |
os_type
|
사용되는 OS 유형 미터를 App Service. |
multiplier
|
미터 승수입니다. |
변수
Name | Description |
---|---|
id
|
리소스 ID입니다. |
name
|
리소스 이름입니다. |
kind
|
리소스 종류입니다. |
type
|
리소스 종류. |
meter_id
|
상거래에 온보딩된 미터 GUID입니다. |
billing_location
|
청구 가능한 리소스의 Azure 위치입니다. |
short_name
|
App Service Azure 가격 책정 페이지의 짧은 이름입니다. |
friendly_name
|
미터의 이름입니다. |
resource_type
|
App Service ResourceType 미터가 사용됩니다. |
os_type
|
사용되는 OS 유형 미터를 App Service. |
multiplier
|
미터 승수입니다. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python