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
RecordingStorageKind(String) |
Initializes a new instance of RecordingStorageKind. |
Properties
AzureBlobStorage |
Storage managed by provided Azure blob. |
AzureCommunicationServices |
Storage managed by Azure Communication Services. |
Methods
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
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. |
Applies to
Azure SDK for .NET