StorageInsightStatus Constructors

Definition

Overloads

StorageInsightStatus()

Initializes a new instance of the StorageInsightStatus class.

StorageInsightStatus(String, String)

Initializes a new instance of the StorageInsightStatus class.

StorageInsightStatus()

Initializes a new instance of the StorageInsightStatus class.

public StorageInsightStatus ();
Public Sub New ()

Applies to

StorageInsightStatus(String, String)

Initializes a new instance of the StorageInsightStatus class.

public StorageInsightStatus (string state, string description = default);
new Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus : string * string -> Microsoft.Azure.Management.OperationalInsights.Models.StorageInsightStatus
Public Sub New (state As String, Optional description As String = Nothing)

Parameters

state
String

The state of the storage insight connection to the workspace. Possible values include: 'OK', 'ERROR'

description
String

Description of the state of the storage insight.

Applies to