StorageConnectorState Struct

Definition

The state of the storage connector.

public readonly struct StorageConnectorState : IEquatable<Azure.ResourceManager.Storage.Models.StorageConnectorState>
type StorageConnectorState = struct
Public Structure StorageConnectorState
Implements IEquatable(Of StorageConnectorState)
Inheritance
StorageConnectorState
Implements

Constructors

Name Description
StorageConnectorState(String)

Initializes a new instance of StorageConnectorState.

Properties

Name Description
Active

Whether the connector is active.

Inactive

Whether the connector is inactive.

Methods

Name Description
Equals(StorageConnectorState)

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

Name Description
Equality(StorageConnectorState, StorageConnectorState)

Determines if two StorageConnectorState values are the same.

Implicit(String to Nullable<StorageConnectorState>)
Implicit(String to StorageConnectorState)

Converts a string to a StorageConnectorState.

Inequality(StorageConnectorState, StorageConnectorState)

Determines if two StorageConnectorState values are not the same.

Applies to