EdgeZoneStorageAccountType 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.
Specifies the storage account type to be used to store the image. This property is not updatable.
public readonly struct EdgeZoneStorageAccountType : IEquatable<Azure.ResourceManager.Compute.Models.EdgeZoneStorageAccountType>
type EdgeZoneStorageAccountType = struct
Public Structure EdgeZoneStorageAccountType
Implements IEquatable(Of EdgeZoneStorageAccountType)
- Inheritance
-
EdgeZoneStorageAccountType
- Implements
Constructors
EdgeZoneStorageAccountType(String) |
Initializes a new instance of EdgeZoneStorageAccountType. |
Properties
PremiumLrs |
Premium_LRS. |
StandardLrs |
Standard_LRS. |
StandardSsdLrs |
StandardSSD_LRS. |
StandardZrs |
Standard_ZRS. |
Methods
Equals(EdgeZoneStorageAccountType) |
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(EdgeZoneStorageAccountType, EdgeZoneStorageAccountType) |
Determines if two EdgeZoneStorageAccountType values are the same. |
Implicit(String to EdgeZoneStorageAccountType) |
Converts a String to a EdgeZoneStorageAccountType. |
Inequality(EdgeZoneStorageAccountType, EdgeZoneStorageAccountType) |
Determines if two EdgeZoneStorageAccountType values are not the same. |
Applies to
Azure SDK for .NET