DevTestLabStorageType 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 storage type for the disk (i.e. Standard, Premium).
public readonly struct DevTestLabStorageType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabStorageType>
type DevTestLabStorageType = struct
Public Structure DevTestLabStorageType
Implements IEquatable(Of DevTestLabStorageType)
- Inheritance
-
DevTestLabStorageType
- Implements
Constructors
DevTestLabStorageType(String) |
Initializes a new instance of DevTestLabStorageType. |
Properties
Premium |
Premium. |
Standard |
Standard. |
StandardSsd |
StandardSSD. |
Methods
Equals(DevTestLabStorageType) |
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(DevTestLabStorageType, DevTestLabStorageType) |
Determines if two DevTestLabStorageType values are the same. |
Implicit(String to DevTestLabStorageType) |
Converts a string to a DevTestLabStorageType. |
Inequality(DevTestLabStorageType, DevTestLabStorageType) |
Determines if two DevTestLabStorageType values are not the same. |
Applies to
Azure SDK for .NET