115 строки
9.5 KiB
YAML
115 строки
9.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices"
|
|
name: "EstimatedVMPrices"
|
|
nameWithType: "EstimatedVMPrices"
|
|
summary: "The estimated price info for using a VM."
|
|
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 **EstimatedVMPrices**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.EstimatedVMPrices()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.EstimatedVMPrices()"
|
|
name: "EstimatedVMPrices()"
|
|
nameWithType: "EstimatedVMPrices.EstimatedVMPrices()"
|
|
syntax: "public EstimatedVMPrices()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.billingCurrency()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.billingCurrency()"
|
|
name: "billingCurrency()"
|
|
nameWithType: "EstimatedVMPrices.billingCurrency()"
|
|
summary: "Get the billing<wbr>Currency property: Three lettered code specifying the currency of the VM price."
|
|
syntax: "public BillingCurrency billingCurrency()"
|
|
desc: "Get the billingCurrency property: Three lettered code specifying the currency of the VM price. Example: USD."
|
|
returns:
|
|
description: "the billingCurrency value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.BillingCurrency?alt=com.azure.resourcemanager.machinelearningservices.models.BillingCurrency&text=BillingCurrency\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.unitOfMeasure()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.unitOfMeasure()"
|
|
name: "unitOfMeasure()"
|
|
nameWithType: "EstimatedVMPrices.unitOfMeasure()"
|
|
summary: "Get the unit<wbr>OfMeasure property: The unit of time measurement for the specified VM price."
|
|
syntax: "public UnitOfMeasure unitOfMeasure()"
|
|
desc: "Get the unitOfMeasure property: The unit of time measurement for the specified VM price. Example: OneHour."
|
|
returns:
|
|
description: "the unitOfMeasure value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UnitOfMeasure?alt=com.azure.resourcemanager.machinelearningservices.models.UnitOfMeasure&text=UnitOfMeasure\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EstimatedVMPrices.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.values()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.values()"
|
|
name: "values()"
|
|
nameWithType: "EstimatedVMPrices.values()"
|
|
summary: "Get the values property: The list of estimated prices for using a VM of a particular OS type, tier, etc."
|
|
syntax: "public List<EstimatedVMPrice> values()"
|
|
desc: "Get the values property: The list of estimated prices for using a VM of a particular OS type, tier, etc."
|
|
returns:
|
|
description: "the values value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<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.EstimatedVMPrices.withBillingCurrency(com.azure.resourcemanager.machinelearningservices.models.BillingCurrency)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.withBillingCurrency(BillingCurrency billingCurrency)"
|
|
name: "withBillingCurrency(BillingCurrency billingCurrency)"
|
|
nameWithType: "EstimatedVMPrices.withBillingCurrency(BillingCurrency billingCurrency)"
|
|
summary: "Set the billing<wbr>Currency property: Three lettered code specifying the currency of the VM price."
|
|
parameters:
|
|
- description: "the billingCurrency value to set."
|
|
name: "billingCurrency"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.BillingCurrency?alt=com.azure.resourcemanager.machinelearningservices.models.BillingCurrency&text=BillingCurrency\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EstimatedVMPrices withBillingCurrency(BillingCurrency billingCurrency)"
|
|
desc: "Set the billingCurrency property: Three lettered code specifying the currency of the VM price. Example: USD."
|
|
returns:
|
|
description: "the EstimatedVMPrices object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices?alt=com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices&text=EstimatedVMPrices\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.withUnitOfMeasure(com.azure.resourcemanager.machinelearningservices.models.UnitOfMeasure)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.withUnitOfMeasure(UnitOfMeasure unitOfMeasure)"
|
|
name: "withUnitOfMeasure(UnitOfMeasure unitOfMeasure)"
|
|
nameWithType: "EstimatedVMPrices.withUnitOfMeasure(UnitOfMeasure unitOfMeasure)"
|
|
summary: "Set the unit<wbr>OfMeasure property: The unit of time measurement for the specified VM price."
|
|
parameters:
|
|
- description: "the unitOfMeasure value to set."
|
|
name: "unitOfMeasure"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UnitOfMeasure?alt=com.azure.resourcemanager.machinelearningservices.models.UnitOfMeasure&text=UnitOfMeasure\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EstimatedVMPrices withUnitOfMeasure(UnitOfMeasure unitOfMeasure)"
|
|
desc: "Set the unitOfMeasure property: The unit of time measurement for the specified VM price. Example: OneHour."
|
|
returns:
|
|
description: "the EstimatedVMPrices object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices?alt=com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices&text=EstimatedVMPrices\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.withValues(java.util.List<com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice>)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices.withValues(List<EstimatedVMPrice> values)"
|
|
name: "withValues(List<EstimatedVMPrice> values)"
|
|
nameWithType: "EstimatedVMPrices.withValues(List<EstimatedVMPrice> values)"
|
|
summary: "Set the values property: The list of estimated prices for using a VM of a particular OS type, tier, etc."
|
|
parameters:
|
|
- description: "the values value to set."
|
|
name: "values"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice?alt=com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrice&text=EstimatedVMPrice\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public EstimatedVMPrices withValues(List<EstimatedVMPrice> values)"
|
|
desc: "Set the values property: The list of estimated prices for using a VM of a particular OS type, tier, etc."
|
|
returns:
|
|
description: "the EstimatedVMPrices object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices?alt=com.azure.resourcemanager.machinelearningservices.models.EstimatedVMPrices&text=EstimatedVMPrices\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The estimated price info for using a VM."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|