Share via


TranscriptContentType Struct

Definition

Content type.

public readonly struct TranscriptContentType : IEquatable<Azure.ResourceManager.Support.Models.TranscriptContentType>
type TranscriptContentType = struct
Public Structure TranscriptContentType
Implements IEquatable(Of TranscriptContentType)
Inheritance
TranscriptContentType
Implements

Constructors

TranscriptContentType(String)

Initializes a new instance of TranscriptContentType.

Methods

Equals(TranscriptContentType)

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(TranscriptContentType, TranscriptContentType)

Determines if two TranscriptContentType values are the same.

Implicit(String to TranscriptContentType)

Converts a string to a TranscriptContentType.

Inequality(TranscriptContentType, TranscriptContentType)

Determines if two TranscriptContentType values are not the same.

Applies to