Share via


StorageInsightState Struct

Definition

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