RecordingKind 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 RecordingKind.
public readonly struct RecordingKind : IEquatable<Azure.Communication.CallAutomation.RecordingKind>
type RecordingKind = struct
Public Structure RecordingKind
Implements IEquatable(Of RecordingKind)
- Inheritance
-
RecordingKind
- Implements
Constructors
| Name | Description |
|---|---|
| RecordingKind(String) |
Initializes a new instance of RecordingKind. |
Properties
| Name | Description |
|---|---|
| AzureCommunicationServices |
azureCommunicationServices. |
| Teams |
teams. |
| TeamsCompliance |
teamsCompliance. |
Methods
| Name | Description |
|---|---|
| Equals(RecordingKind) |
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(RecordingKind, RecordingKind) |
Determines if two RecordingKind values are the same. |
| Implicit(String to RecordingKind) |
Converts a String to a RecordingKind. |
| Inequality(RecordingKind, RecordingKind) |
Determines if two RecordingKind values are not the same. |