LargeVolumeType 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.
Large volume type.
public readonly struct LargeVolumeType : IEquatable<Azure.ResourceManager.NetApp.Models.LargeVolumeType>
type LargeVolumeType = struct
Public Structure LargeVolumeType
Implements IEquatable(Of LargeVolumeType)
- Inheritance
-
LargeVolumeType
- Implements
Constructors
| Name | Description |
|---|---|
| LargeVolumeType(String) |
Initializes a new instance of LargeVolumeType. |
Properties
| Name | Description |
|---|---|
| ExtraLargeVolume7Dot2PiB |
Extra large volume 7.2 PiB. |
| LargeVolume |
Large volume. |
Methods
| Name | Description |
|---|---|
| Equals(LargeVolumeType) |
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(LargeVolumeType, LargeVolumeType) |
Determines if two LargeVolumeType values are the same. |
| Implicit(String to LargeVolumeType) |
Converts a string to a LargeVolumeType. |
| Implicit(String to Nullable<LargeVolumeType>) | |
| Inequality(LargeVolumeType, LargeVolumeType) |
Determines if two LargeVolumeType values are not the same. |