Share via


SelfHelpDiagnosticInvocation Class

Definition

Solution Invocation with additional params needed for invocation.

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

Constructors

SelfHelpDiagnosticInvocation()

Initializes a new instance of SelfHelpDiagnosticInvocation.

Properties

AdditionalParameters

Additional parameters required to invoke the solutionId.

SolutionId

Solution Id to invoke.

Explicit Interface Implementations

IJsonModel<SelfHelpDiagnosticInvocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SelfHelpDiagnosticInvocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SelfHelpDiagnosticInvocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SelfHelpDiagnosticInvocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SelfHelpDiagnosticInvocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to