ITroubleshooterInstanceProperties Interface
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.
[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) |