Share via


VolumeDetailedStatus Struct

Definition

The more detailed status of the volume.

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

Constructors

VolumeDetailedStatus(String)

Initializes a new instance of VolumeDetailedStatus.

Properties

Active

Active.

Error

Error.

Provisioning

Provisioning.

Methods

Equals(VolumeDetailedStatus)

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

Determines if two VolumeDetailedStatus values are the same.

Implicit(String to VolumeDetailedStatus)

Converts a string to a VolumeDetailedStatus.

Inequality(VolumeDetailedStatus, VolumeDetailedStatus)

Determines if two VolumeDetailedStatus values are not the same.

Applies to