NotificationLanguage 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.
The notification languages currently supported.
public readonly struct NotificationLanguage : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.NotificationLanguage>
type NotificationLanguage = struct
Public Structure NotificationLanguage
Implements IEquatable(Of NotificationLanguage)
- Inheritance
-
NotificationLanguage
- Implements
Constructors
| Name | Description |
|---|---|
| NotificationLanguage(String) |
Initializes a new instance of NotificationLanguage. |
Properties
| Name | Description |
|---|---|
| EnUs |
American english language. |
Methods
| Name | Description |
|---|---|
| Equals(NotificationLanguage) |
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(NotificationLanguage, NotificationLanguage) |
Determines if two NotificationLanguage values are the same. |
| Implicit(String to NotificationLanguage) |
Converts a String to a NotificationLanguage. |
| Inequality(NotificationLanguage, NotificationLanguage) |
Determines if two NotificationLanguage values are not the same. |