NetAppElasticResourceAvailabilityState 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 availability status of the resource.
public readonly struct NetAppElasticResourceAvailabilityState : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppElasticResourceAvailabilityState>
type NetAppElasticResourceAvailabilityState = struct
Public Structure NetAppElasticResourceAvailabilityState
Implements IEquatable(Of NetAppElasticResourceAvailabilityState)
- Inheritance
-
NetAppElasticResourceAvailabilityState
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppElasticResourceAvailabilityState(String) |
Initializes a new instance of NetAppElasticResourceAvailabilityState. |
Properties
| Name | Description |
|---|---|
| Offline |
The resource is currently Offline and not accessible. |
| Online |
The resource is currently Online and accessible. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppElasticResourceAvailabilityState) |
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(NetAppElasticResourceAvailabilityState, NetAppElasticResourceAvailabilityState) |
Determines if two NetAppElasticResourceAvailabilityState values are the same. |
| Implicit(String to NetAppElasticResourceAvailabilityState) |
Converts a String to a NetAppElasticResourceAvailabilityState. |
| Inequality(NetAppElasticResourceAvailabilityState, NetAppElasticResourceAvailabilityState) |
Determines if two NetAppElasticResourceAvailabilityState values are not the same. |