Freigeben über


NetAppElasticResourceAvailabilityState Struct

Definition

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.

Applies to