azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

115 строки
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice"
name: "EstimatedVMPrice"
nameWithType: "EstimatedVMPrice"
summary: "The estimated price info for using a VM of a particular OS type, tier, etc."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **EstimatedVMPrice**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.EstimatedVMPrice()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.EstimatedVMPrice()"
name: "EstimatedVMPrice()"
nameWithType: "EstimatedVMPrice.EstimatedVMPrice()"
syntax: "public EstimatedVMPrice()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.osType()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.osType()"
name: "osType()"
nameWithType: "EstimatedVMPrice.osType()"
summary: "Get the os<wbr>Type property: Operating system type used by the VM."
syntax: "public VMPriceOSType osType()"
desc: "Get the osType property: Operating system type used by the VM."
returns:
description: "the osType value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VMPriceOSType?alt=com.azure.resourcemanager.machinelearningservices.models.VMPriceOSType&text=VMPriceOSType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.retailPrice()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.retailPrice()"
name: "retailPrice()"
nameWithType: "EstimatedVMPrice.retailPrice()"
summary: "Get the retail<wbr>Price property: The price charged for using the VM."
syntax: "public double retailPrice()"
desc: "Get the retailPrice property: The price charged for using the VM."
returns:
description: "the retailPrice value."
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.validate()"
name: "validate()"
nameWithType: "EstimatedVMPrice.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.vmTier()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.vmTier()"
name: "vmTier()"
nameWithType: "EstimatedVMPrice.vmTier()"
summary: "Get the vm<wbr>Tier property: The type of the VM."
syntax: "public VMTier vmTier()"
desc: "Get the vmTier property: The type of the VM."
returns:
description: "the vmTier value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VMTier?alt=com.azure.resourcemanager.machinelearningservices.models.VMTier&text=VMTier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.withOsType(com.azure.resourcemanager.machinelearningservices.models.VMPriceOSType)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.withOsType(VMPriceOSType osType)"
name: "withOsType(VMPriceOSType osType)"
nameWithType: "EstimatedVMPrice.withOsType(VMPriceOSType osType)"
summary: "Set the os<wbr>Type property: Operating system type used by the VM."
parameters:
- description: "the osType value to set."
name: "osType"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VMPriceOSType?alt=com.azure.resourcemanager.machinelearningservices.models.VMPriceOSType&text=VMPriceOSType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EstimatedVMPrice withOsType(VMPriceOSType osType)"
desc: "Set the osType property: Operating system type used by the VM."
returns:
description: "the EstimatedVMPrice object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice?alt=com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice&text=EstimatedVMPrice\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.withRetailPrice(double)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.withRetailPrice(double retailPrice)"
name: "withRetailPrice(double retailPrice)"
nameWithType: "EstimatedVMPrice.withRetailPrice(double retailPrice)"
summary: "Set the retail<wbr>Price property: The price charged for using the VM."
parameters:
- description: "the retailPrice value to set."
name: "retailPrice"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EstimatedVMPrice withRetailPrice(double retailPrice)"
desc: "Set the retailPrice property: The price charged for using the VM."
returns:
description: "the EstimatedVMPrice object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice?alt=com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice&text=EstimatedVMPrice\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.withVmTier(com.azure.resourcemanager.machinelearningservices.models.VMTier)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice.withVmTier(VMTier vmTier)"
name: "withVmTier(VMTier vmTier)"
nameWithType: "EstimatedVMPrice.withVmTier(VMTier vmTier)"
summary: "Set the vm<wbr>Tier property: The type of the VM."
parameters:
- description: "the vmTier value to set."
name: "vmTier"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VMTier?alt=com.azure.resourcemanager.machinelearningservices.models.VMTier&text=VMTier\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EstimatedVMPrice withVmTier(VMTier vmTier)"
desc: "Set the vmTier property: The type of the VM."
returns:
description: "the EstimatedVMPrice object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice?alt=com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice&text=EstimatedVMPrice\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The estimated price info for using a VM of a particular OS type, tier, etc."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1