ConfirmationEmailType 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.
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
Azure SDK for .NET