Compartilhar via


ServiceFabricManagedDataDiskType Struct

Definition

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.

PremiumV2LRS

Premium SSD V2 locally redundant storage. Best for production and performance sensitive workloads that consistently require low latency and high IOPS and throughput.

PremiumZrs

Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev/test that need storage resiliency against zone failures.

PremiumZRS

Premium SSD zone redundant storage. Best for production workloads that need storage resiliency against zone failures.

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