Share via


CapacityPoolQosType Struct

Definition

The qos type of the pool.

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

Constructors

CapacityPoolQosType(String)

Initializes a new instance of CapacityPoolQosType.

Properties

Auto

qos type Auto.

Manual

qos type Manual.

Methods

Equals(CapacityPoolQosType)

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

Determines if two CapacityPoolQosType values are the same.

Implicit(String to CapacityPoolQosType)

Converts a string to a CapacityPoolQosType.

Inequality(CapacityPoolQosType, CapacityPoolQosType)

Determines if two CapacityPoolQosType values are not the same.

Applies to