CapacityPoolQosType 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.
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
| Name | Description |
|---|---|
| CapacityPoolQosType(String) |
Initializes a new instance of CapacityPoolQosType. |
Properties
| Name | Description |
|---|---|
| Auto |
qos type Auto. |
| Manual |
qos type Manual. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |