TemplateStatus 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 aggregated template status.
public readonly struct TemplateStatus : IEquatable<Azure.Communication.Messages.TemplateStatus>
type TemplateStatus = struct
Public Structure TemplateStatus
Implements IEquatable(Of TemplateStatus)
- Inheritance
-
TemplateStatus
- Implements
Constructors
TemplateStatus(String) |
Initializes a new instance of TemplateStatus. |
Properties
Approved |
approved. |
Paused |
paused. |
Pending |
pending. |
Rejected |
rejected. |
Methods
Equals(TemplateStatus) |
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(TemplateStatus, TemplateStatus) |
Determines if two TemplateStatus values are the same. |
Implicit(String to TemplateStatus) |
Converts a string to a TemplateStatus. |
Inequality(TemplateStatus, TemplateStatus) |
Determines if two TemplateStatus values are not the same. |
Applies to
Azure SDK for .NET