ShareStatus Struct

Definition

Current status of the share.

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

Constructors

ShareStatus(String)

Initializes a new instance of ShareStatus.

Properties

NeedsAttention

NeedsAttention.

Offline

Offline.

OK

OK.

Unknown

Unknown.

Updating

Updating.

Methods

Equals(ShareStatus)

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(ShareStatus, ShareStatus)

Determines if two ShareStatus values are the same.

Implicit(String to ShareStatus)

Converts a string to a ShareStatus.

Inequality(ShareStatus, ShareStatus)

Determines if two ShareStatus values are not the same.

Applies to