Share via


SelfHelpSimplifiedSolutionData Class

Definition

A class representing the SelfHelpSimplifiedSolution data model. Simplified Solutions response.

public class SelfHelpSimplifiedSolutionData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SelfHelp.SelfHelpSimplifiedSolutionData>
type SelfHelpSimplifiedSolutionData = class
    inherit ResourceData
    interface IJsonModel<SelfHelpSimplifiedSolutionData>
    interface IPersistableModel<SelfHelpSimplifiedSolutionData>
Public Class SelfHelpSimplifiedSolutionData
Inherits ResourceData
Implements IJsonModel(Of SelfHelpSimplifiedSolutionData), IPersistableModel(Of SelfHelpSimplifiedSolutionData)
Inheritance
SelfHelpSimplifiedSolutionData
Implements

Constructors

SelfHelpSimplifiedSolutionData()

Initializes a new instance of SelfHelpSimplifiedSolutionData.

Properties

Appendix

Additional parameter response for Simplified Solutions.

Content

The HTML content that needs to be rendered and shown to customer.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Parameters

Client input parameters to run Simplified Solutions.

ProvisioningState

Status of Simplified Solution provisioning.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SolutionId

Solution Id to identify single Simplified Solution.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Title

The title.

Explicit Interface Implementations

IJsonModel<SelfHelpSimplifiedSolutionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SelfHelpSimplifiedSolutionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SelfHelpSimplifiedSolutionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SelfHelpSimplifiedSolutionData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SelfHelpSimplifiedSolutionData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to