Share via


TroubleshooterQuestionContentType Struct

Definition

Default is Text.

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

Constructors

TroubleshooterQuestionContentType(String)

Initializes a new instance of TroubleshooterQuestionContentType.

Properties

Html

Html.

Markdown

Markdown.

Text

Text.

Methods

Equals(TroubleshooterQuestionContentType)

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

Determines if two TroubleshooterQuestionContentType values are the same.

Implicit(String to TroubleshooterQuestionContentType)

Converts a string to a TroubleshooterQuestionContentType.

Inequality(TroubleshooterQuestionContentType, TroubleshooterQuestionContentType)

Determines if two TroubleshooterQuestionContentType values are not the same.

Applies to