RecipientNotificationLanguageCode 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.
public readonly struct RecipientNotificationLanguageCode : IEquatable<Azure.ResourceManager.Consumption.Models.RecipientNotificationLanguageCode>
type RecipientNotificationLanguageCode = struct
Public Structure RecipientNotificationLanguageCode
Implements IEquatable(Of RecipientNotificationLanguageCode)
- Inheritance
-
RecipientNotificationLanguageCode
- Implements
Constructors
RecipientNotificationLanguageCode(String) |
Initializes a new instance of RecipientNotificationLanguageCode. |
Properties
ChinesePrc |
zh-cn. |
ChineseTaiwan |
zh-tw. |
CzechCzechRepublic |
cs-cz. |
DanishDenmark |
da-dk. |
DutchNetherlands |
nl-nl. |
EnglishUnitedKingdom |
en-gb. |
EnglishUnitedStates |
en-us. |
FrenchFrance |
fr-fr. |
GermanGermany |
de-de. |
HungarianHungary |
hu-hu. |
ItalianItaly |
it-it. |
JapaneseJapan |
ja-jp. |
KoreanKorea |
ko-kr. |
NorwegianNorway |
nb-no. |
PolishPoland |
pl-pl. |
PortugueseBrazil |
pt-br. |
PortuguesePortugal |
pt-pt. |
RussianRussia |
ru-ru. |
SpanishSpain |
es-es. |
SwedishSweden |
sv-se. |
TurkishTurkey |
tr-tr. |
Methods
Equals(RecipientNotificationLanguageCode) |
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(RecipientNotificationLanguageCode, RecipientNotificationLanguageCode) |
Determines if two RecipientNotificationLanguageCode values are the same. |
Implicit(String to RecipientNotificationLanguageCode) |
Converts a string to a RecipientNotificationLanguageCode. |
Inequality(RecipientNotificationLanguageCode, RecipientNotificationLanguageCode) |
Determines if two RecipientNotificationLanguageCode values are not the same. |