다음을 통해 공유


EstimatedVMPrice 클래스

특정 OS 유형, 계층 등의 VM을 사용하기 위한 예상 가격 정보입니다.

Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.

상속
EstimatedVMPrice

생성자

EstimatedVMPrice(*, retail_price: float, os_type: str | VMPriceOSType, vm_tier: str | VMTier, **kwargs)

매개 변수

retail_price
float
필수

필수 요소. VM 사용에 대해 청구된 가격입니다.

os_type
str 또는 VMPriceOSType
필수

필수 요소. VM에서 사용하는 운영 체제 유형입니다. 가능한 값은 "Linux", "Windows"입니다.

vm_tier
str 또는 VMTier
필수

필수 요소. VM의 형식입니다. 가능한 값은 "표준", "LowPriority", "Spot"입니다.