ShareStatus 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.
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
Azure SDK for .NET