SnapshotStorageAccountType 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 sku name.
public readonly struct SnapshotStorageAccountType : IEquatable<Azure.ResourceManager.Compute.Models.SnapshotStorageAccountType>
type SnapshotStorageAccountType = struct
Public Structure SnapshotStorageAccountType
Implements IEquatable(Of SnapshotStorageAccountType)
- Inheritance
-
SnapshotStorageAccountType
- Implements
Constructors
SnapshotStorageAccountType(String) |
Initializes a new instance of SnapshotStorageAccountType. |
Properties
PremiumLrs |
Premium SSD locally redundant storage. |
StandardLrs |
Standard HDD locally redundant storage. |
StandardZrs |
Standard zone redundant storage. |
Methods
Equals(SnapshotStorageAccountType) |
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(SnapshotStorageAccountType, SnapshotStorageAccountType) |
Determines if two SnapshotStorageAccountType values are the same. |
Implicit(String to SnapshotStorageAccountType) |
Converts a String to a SnapshotStorageAccountType. |
Inequality(SnapshotStorageAccountType, SnapshotStorageAccountType) |
Determines if two SnapshotStorageAccountType values are not the same. |
Applies to
Azure SDK for .NET