TroubleshootingParameters Class

Definition

Parameters that define the resource to troubleshoot.

[Microsoft.Rest.Serialization.JsonTransformation]
public class TroubleshootingParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TroubleshootingParameters = class
Public Class TroubleshootingParameters
Inheritance
TroubleshootingParameters
Attributes

Constructors

TroubleshootingParameters()

Initializes a new instance of the TroubleshootingParameters class.

TroubleshootingParameters(String, String, String)

Initializes a new instance of the TroubleshootingParameters class.

Properties

StorageId

Gets or sets the ID for the storage account to save the troubleshoot result.

StoragePath

Gets or sets the path to the blob to save the troubleshoot result in.

TargetResourceId

Gets or sets the target resource to troubleshoot.

Methods

Validate()

Validate the object.

Applies to