ServiceFabricManagedDataDiskType 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.
Managed data disk type. IOPS and throughput are given by the disk size, to see more information go to https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types.
public readonly struct ServiceFabricManagedDataDiskType : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedDataDiskType>
type ServiceFabricManagedDataDiskType = struct
Public Structure ServiceFabricManagedDataDiskType
Implements IEquatable(Of ServiceFabricManagedDataDiskType)
- Inheritance
-
ServiceFabricManagedDataDiskType
- Implements
Constructors
ServiceFabricManagedDataDiskType(String) |
Initializes a new instance of ServiceFabricManagedDataDiskType. |
Properties
PremiumLrs |
Premium SSD locally redundant storage. Best for production and performance sensitive workloads. |
StandardLrs |
Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. |
StandardSsdLrs |
Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev/test. |
Methods
Equals(ServiceFabricManagedDataDiskType) |
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(ServiceFabricManagedDataDiskType, ServiceFabricManagedDataDiskType) |
Determines if two ServiceFabricManagedDataDiskType values are the same. |
Implicit(String to ServiceFabricManagedDataDiskType) |
Converts a string to a ServiceFabricManagedDataDiskType. |
Inequality(ServiceFabricManagedDataDiskType, ServiceFabricManagedDataDiskType) |
Determines if two ServiceFabricManagedDataDiskType values are not the same. |
Applies to
Azure SDK for .NET