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