MachineLearningBillingCurrency Struct
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.
public readonly struct MachineLearningBillingCurrency : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningBillingCurrency>
type MachineLearningBillingCurrency = struct
Public Structure MachineLearningBillingCurrency
Implements IEquatable(Of MachineLearningBillingCurrency)
- Inheritance
-
MachineLearningBillingCurrency
- Implements
Constructors
MachineLearningBillingCurrency(String) |
Initializes a new instance of MachineLearningBillingCurrency. |
Properties
Usd |
USD. |
Methods
Equals(MachineLearningBillingCurrency) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MachineLearningBillingCurrency, MachineLearningBillingCurrency) |
Determines if two MachineLearningBillingCurrency values are the same. |
Implicit(String to MachineLearningBillingCurrency) |
Converts a string to a MachineLearningBillingCurrency. |
Inequality(MachineLearningBillingCurrency, MachineLearningBillingCurrency) |
Determines if two MachineLearningBillingCurrency values are not the same. |
Applies to
Azure SDK for .NET