ScopingQuestion Class
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.
The definition of a scoping question.
public class ScopingQuestion : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppComplianceAutomation.Models.ScopingQuestion>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppComplianceAutomation.Models.ScopingQuestion>
type ScopingQuestion = class
interface IJsonModel<ScopingQuestion>
interface IPersistableModel<ScopingQuestion>
Public Class ScopingQuestion
Implements IJsonModel(Of ScopingQuestion), IPersistableModel(Of ScopingQuestion)
- Inheritance
-
ScopingQuestion
- Implements
Properties
InputType |
Input type of the question answer. |
OptionIds |
Option id list. |
QuestionId |
Question id. |
Rules |
The rule of the question. |
ShowSubQuestionsValue |
The answer value to show the sub questions. |
SuperiorQuestionId |
Superior question id. |
Explicit Interface Implementations
IJsonModel<ScopingQuestion>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ScopingQuestion>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ScopingQuestion>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ScopingQuestion>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ScopingQuestion>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET