ITroubleshooterInstanceProperties Interface

Definition

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

Properties

Name Description
Parameter

Client input parameters to run Troubleshooter Resource

ProvisioningState

Status of troubleshooter provisioning.

SolutionId

Solution Id to identify single troubleshooter.

Step

List of step object.

Methods

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

Applies to