RemoveRevisionContent 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.
Install Solution Parameter.
public class RemoveRevisionContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WorkloadOrchestration.Models.RemoveRevisionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WorkloadOrchestration.Models.RemoveRevisionContent>
type RemoveRevisionContent = class
interface IJsonModel<RemoveRevisionContent>
interface IPersistableModel<RemoveRevisionContent>
Public Class RemoveRevisionContent
Implements IJsonModel(Of RemoveRevisionContent), IPersistableModel(Of RemoveRevisionContent)
- Inheritance
-
RemoveRevisionContent
- Implements
Constructors
| RemoveRevisionContent(ResourceIdentifier, String) |
Initializes a new instance of RemoveRevisionContent. |
Properties
| SolutionTemplateId |
Solution Template ARM Id. |
| SolutionVersion |
Solution Version Name. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<RemoveRevisionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<RemoveRevisionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<RemoveRevisionContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<RemoveRevisionContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<RemoveRevisionContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |