StorageInsightState Struct
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.
The state of the storage insight connection to the workspace.
public readonly struct StorageInsightState : IEquatable<Azure.ResourceManager.OperationalInsights.Models.StorageInsightState>
type StorageInsightState = struct
Public Structure StorageInsightState
Implements IEquatable(Of StorageInsightState)
- Inheritance
-
StorageInsightState
- Implements
Constructors
StorageInsightState(String) |
Initializes a new instance of StorageInsightState. |
Properties
Error |
ERROR. |
OK |
OK. |
Methods
Equals(StorageInsightState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(StorageInsightState, StorageInsightState) |
Determines if two StorageInsightState values are the same. |
Implicit(String to StorageInsightState) |
Converts a String to a StorageInsightState. |
Inequality(StorageInsightState, StorageInsightState) |
Determines if two StorageInsightState values are not the same. |
Applies to
Azure SDK for .NET