Share via


ConfirmationEmailType Struct

Definition

Determines the type of confirmation e-mail that will be sent to the newly created user.

public readonly struct ConfirmationEmailType : IEquatable<Azure.ResourceManager.ApiManagement.Models.ConfirmationEmailType>
type ConfirmationEmailType = struct
Public Structure ConfirmationEmailType
Implements IEquatable(Of ConfirmationEmailType)
Inheritance
ConfirmationEmailType
Implements

Constructors

ConfirmationEmailType(String)

Initializes a new instance of ConfirmationEmailType.

Properties

Invite

Send an e-mail inviting the user to sign-up and complete registration.

SignUp

Send an e-mail to the user confirming they have successfully signed up.

Methods

Equals(ConfirmationEmailType)

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(ConfirmationEmailType, ConfirmationEmailType)

Determines if two ConfirmationEmailType values are the same.

Implicit(String to ConfirmationEmailType)

Converts a string to a ConfirmationEmailType.

Inequality(ConfirmationEmailType, ConfirmationEmailType)

Determines if two ConfirmationEmailType values are not the same.

Applies to