TroubleshooterQuestionType 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.
Type of Question.
public readonly struct TroubleshooterQuestionType : IEquatable<Azure.ResourceManager.SelfHelp.Models.TroubleshooterQuestionType>
type TroubleshooterQuestionType = struct
Public Structure TroubleshooterQuestionType
Implements IEquatable(Of TroubleshooterQuestionType)
- Inheritance
-
TroubleshooterQuestionType
- Implements
Constructors
TroubleshooterQuestionType(String) |
Initializes a new instance of TroubleshooterQuestionType. |
Properties
DateTimePicker |
DateTime Picker. |
Dropdown |
SingleChoice dropdown. |
MultiLineInfoBox |
MultiLineInfoBox. |
MultiSelect |
Multi Select. |
RadioButton |
SingleChoice radio button. |
TextInput |
Text Input. |
Methods
Equals(TroubleshooterQuestionType) |
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(TroubleshooterQuestionType, TroubleshooterQuestionType) |
Determines if two TroubleshooterQuestionType values are the same. |
Implicit(String to TroubleshooterQuestionType) |
Converts a string to a TroubleshooterQuestionType. |
Inequality(TroubleshooterQuestionType, TroubleshooterQuestionType) |
Determines if two TroubleshooterQuestionType values are not the same. |
Applies to
Azure SDK for .NET