AssessmentCurrency 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.
Currency for Azure.
public readonly struct AssessmentCurrency : IEquatable<Azure.ResourceManager.Migration.Assessment.Models.AssessmentCurrency>
type AssessmentCurrency = struct
Public Structure AssessmentCurrency
Implements IEquatable(Of AssessmentCurrency)
- Inheritance
-
AssessmentCurrency
- Implements
Constructors
AssessmentCurrency(String) |
Initializes a new instance of AssessmentCurrency. |
Properties
ARS |
ARS. |
AUD |
AUD. |
BRL |
BRL. |
CAD |
CAD. |
CHF |
CHF. |
CNY |
CNY. |
DKK |
DKK. |
EUR |
EUR. |
GBP |
GBP. |
HKD |
HKD. |
IdR |
IDR. |
INR |
INR. |
JPY |
JPY. |
KRW |
KRW. |
MXN |
MXN. |
MYR |
MYR. |
NOK |
NOK. |
NZD |
NZD. |
RUB |
RUB. |
SAR |
SAR. |
SEK |
SEK. |
TRY |
TRY. |
TWD |
TWD. |
Unknown |
Unknown. |
USD |
USD. |
ZAR |
ZAR. |
Methods
Equals(AssessmentCurrency) |
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(AssessmentCurrency, AssessmentCurrency) |
Determines if two AssessmentCurrency values are the same. |
Implicit(String to AssessmentCurrency) |
Converts a String to a AssessmentCurrency. |
Inequality(AssessmentCurrency, AssessmentCurrency) |
Determines if two AssessmentCurrency values are not the same. |