IVirtualMachineSize.EstimatedVMPriceBillingCurrency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Three lettered code specifying the currency of the VM price. Example: USD
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Three lettered code specifying the currency of the VM price. Example: USD", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="billingCurrency")]
public string EstimatedVMPriceBillingCurrency { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Three lettered code specifying the currency of the VM price. Example: USD", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="billingCurrency")>]
member this.EstimatedVMPriceBillingCurrency : string
Public ReadOnly Property EstimatedVMPriceBillingCurrency As String
Property Value
- Attributes