RetentionPolicyKind 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.
Retention Policy Type.
public readonly struct RetentionPolicyKind : IEquatable<Azure.Communication.Chat.RetentionPolicyKind>
type RetentionPolicyKind = struct
Public Structure RetentionPolicyKind
Implements IEquatable(Of RetentionPolicyKind)
- Inheritance
-
RetentionPolicyKind
- Implements
Constructors
RetentionPolicyKind(String) |
Initializes a new instance of RetentionPolicyKind. |
Properties
None |
No thread retention policy. |
ThreadCreationDate |
Thread retention policy based on thread creation date. |
Methods
Equals(RetentionPolicyKind) |
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(RetentionPolicyKind, RetentionPolicyKind) |
Determines if two RetentionPolicyKind values are the same. |
Implicit(String to RetentionPolicyKind) |
Converts a string to a RetentionPolicyKind. |
Inequality(RetentionPolicyKind, RetentionPolicyKind) |
Determines if two RetentionPolicyKind values are not the same. |
Applies to
Azure SDK for .NET