CommentType 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 type of user comment.
public readonly struct CommentType : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.CommentType>
type CommentType = struct
Public Structure CommentType
Implements IEquatable(Of CommentType)
- Inheritance
-
CommentType
- Implements
Constructors
| Name | Description |
|---|---|
| CommentType(String) |
Initializes a new instance of CommentType. |
Properties
| Name | Description |
|---|---|
| Description |
A general description comment. |
| ResumeReason |
A comment indicating the reason for resuming a job. |
Methods
| Name | Description |
|---|---|
| Equals(CommentType) |
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(CommentType, CommentType) |
Determines if two CommentType values are the same. |
| Implicit(String to CommentType) |
Converts a string to a CommentType. |
| Implicit(String to Nullable<CommentType>) | |
| Inequality(CommentType, CommentType) |
Determines if two CommentType values are not the same. |