EstimatedVMPrice Class
The estimated price info for using a VM of a particular OS type, tier, etc.
All required parameters must be populated in order to send to Azure.
Constructor
EstimatedVMPrice(*, retail_price: float, os_type: str | VMPriceOSType, vm_tier: str | VMTier, **kwargs)
Parameters
Name | Description |
---|---|
retail_price
Required
|
Required. The price charged for using the VM. |
os_type
Required
|
str or
VMPriceOSType
Required. Operating system type used by the VM. Possible values include: "Linux", "Windows". |
vm_tier
Required
|
Required. The type of the VM. Possible values include: "Standard", "LowPriority", "Spot". |
Keyword-Only Parameters
Name | Description |
---|---|
retail_price
Required
|
|
os_type
Required
|
|
vm_tier
Required
|
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python