Freigeben über


NotificationLanguage Struct

Definition

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.

Applies to