IVirtualMachineSize.EstimatedVMPriceValue Property

Definition

The list of estimated prices for using a VM of a particular OS type, tier, etc.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The list of estimated prices for using a VM of a particular OS type, tier, etc.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IEstimatedVMPrice) }, Read=true, ReadOnly=false, Required=false, SerializedName="values", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IEstimatedVMPrice> EstimatedVMPriceValue { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The list of estimated prices for using a VM of a particular OS type, tier, etc.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IEstimatedVMPrice) }, Read=true, ReadOnly=false, Required=false, SerializedName="values", Update=true)>]
member this.EstimatedVMPriceValue : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IEstimatedVMPrice> with get, set
Public Property EstimatedVMPriceValue As List(Of IEstimatedVMPrice)

Property Value

Attributes

Applies to