CultureCode 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.
Language in which the recipient will receive the notification, Supported for CategoryType(s): Cost, ReservationUtilization.
public readonly struct CultureCode : IEquatable<Azure.ResourceManager.CostManagement.Models.CultureCode>
type CultureCode = struct
Public Structure CultureCode
Implements IEquatable(Of CultureCode)
- Inheritance
-
CultureCode
- Implements
Constructors
| Name | Description |
|---|---|
| CultureCode(String) |
Initializes a new instance of CultureCode. |
Properties
| Name | Description |
|---|---|
| CsCz |
Gets the CsCz. |
| DaDk |
Gets the DaDk. |
| DeDe |
Gets the DeDe. |
| EnGb |
Gets the EnGb. |
| EnUs |
Gets the EnUs. |
| EsEs |
Gets the EsEs. |
| FrFr |
Gets the FrFr. |
| HuHu |
Gets the HuHu. |
| ItIt |
Gets the ItIt. |
| JaJp |
Gets the JaJp. |
| KoKr |
Gets the KoKr. |
| NbNo |
Gets the NbNo. |
| NlNl |
Gets the NlNl. |
| PlPl |
Gets the PlPl. |
| PtBr |
Gets the PtBr. |
| PtPt |
Gets the PtPt. |
| RuRu |
Gets the RuRu. |
| SvSe |
Gets the SvSe. |
| TrTr |
Gets the TrTr. |
| ZhCn |
Gets the ZhCn. |
| ZhTw |
Gets the ZhTw. |
Methods
| Name | Description |
|---|---|
| Equals(CultureCode) |
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
| Name | Description |
|---|---|
| Equality(CultureCode, CultureCode) |
Determines if two CultureCode values are the same. |
| Implicit(String to CultureCode) |
Converts a string to a CultureCode. |
| Implicit(String to Nullable<CultureCode>) | |
| Inequality(CultureCode, CultureCode) |
Determines if two CultureCode values are not the same. |