StorageInsightStatus Constructors
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.
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.