RecordingStorageKind Struct

Definition

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