IDiagnosticInvocation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.DiagnosticInvocationTypeConverter))]
public interface IDiagnosticInvocation : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.DiagnosticInvocationTypeConverter))>]
type IDiagnosticInvocation = interface
    interface IJsonSerializable
Public Interface IDiagnosticInvocation
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AdditionalParameter

Additional parameters required to invoke the solutionId.

SolutionId

Solution Id to invoke.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to