DevOpsStorageAccountType 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.
StorageAccountType enums.
public readonly struct DevOpsStorageAccountType : IEquatable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsStorageAccountType>
type DevOpsStorageAccountType = struct
Public Structure DevOpsStorageAccountType
Implements IEquatable(Of DevOpsStorageAccountType)
- Inheritance
-
DevOpsStorageAccountType
- Implements
Constructors
| Name | Description |
|---|---|
| DevOpsStorageAccountType(String) |
Initializes a new instance of DevOpsStorageAccountType. |
Properties
| Name | Description |
|---|---|
| PremiumLrs |
The data disk should use premium locally redundant storage. |
| PremiumZrs |
The data disk should use premium SSD zonal redundant storage. |
| StandardLrs |
The data disk should use standard locally redundant storage. |
| StandardSsdLrs |
The data disk should use standard SSD locally redundant storage. |
| StandardSsdZrs |
The data disk should use standard SSD zonal redundant storage. |
Methods
| Name | Description |
|---|---|
| Equals(DevOpsStorageAccountType) |
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(DevOpsStorageAccountType, DevOpsStorageAccountType) |
Determines if two DevOpsStorageAccountType values are the same. |
| Implicit(String to DevOpsStorageAccountType) |
Converts a string to a DevOpsStorageAccountType. |
| Implicit(String to Nullable<DevOpsStorageAccountType>) | |
| Inequality(DevOpsStorageAccountType, DevOpsStorageAccountType) |
Determines if two DevOpsStorageAccountType values are not the same. |