SolutionsDiagnostic 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.
Solutions Diagnostic.
public class SolutionsDiagnostic : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SelfHelp.Models.SolutionsDiagnostic>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SelfHelp.Models.SolutionsDiagnostic>
type SolutionsDiagnostic = class
interface IJsonModel<SolutionsDiagnostic>
interface IPersistableModel<SolutionsDiagnostic>
Public Class SolutionsDiagnostic
Implements IJsonModel(Of SolutionsDiagnostic), IPersistableModel(Of SolutionsDiagnostic)
- Inheritance
-
SolutionsDiagnostic
- Implements
Properties
EstimatedCompletionTime |
Diagnostics estimated completion time in minutes. |
Insights |
Diagnostic insights. |
ReplacementKey |
Place holder used in HTML Content replace control with the content. |
RequiredParameters |
Required parameters of this item. |
SolutionId |
Solution Id to identify single Solutions Diagnostic. |
Status |
Denotes the status of the diagnostic resource. |
StatusDetails |
Details of the status. |
Explicit Interface Implementations
IJsonModel<SolutionsDiagnostic>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SolutionsDiagnostic>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SolutionsDiagnostic>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SolutionsDiagnostic>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SolutionsDiagnostic>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET