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

Name Description
TroubleshooterQuestionContentType(String)

Initializes a new instance of TroubleshooterQuestionContentType.

Properties

Name Description
Html

Gets the Html.

Markdown

Gets the Markdown.

Text

Gets the Text.

Methods

Name Description
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

Name Description
Equality(TroubleshooterQuestionContentType, TroubleshooterQuestionContentType)

Determines if two TroubleshooterQuestionContentType values are the same.

Implicit(String to Nullable<TroubleshooterQuestionContentType>)
Implicit(String to TroubleshooterQuestionContentType)

Converts a string to a TroubleshooterQuestionContentType.

Inequality(TroubleshooterQuestionContentType, TroubleshooterQuestionContentType)

Determines if two TroubleshooterQuestionContentType values are not the same.

Applies to