Partilhar via


ComputeFleetStorageAccountType Struct

Definition

Specifies the storage account type for the managed disk. Managed OS disk storage account type can only be set when you create the scale set. NOTE: UltraSSD_LRS can only be used with data disks. It cannot be used with OS Disk. Standard_LRS uses Standard HDD. StandardSSD_LRS uses Standard SSD. Premium_LRS uses Premium SSD. UltraSSD_LRS uses Ultra disk. Premium_ZRS uses Premium SSD zone redundant storage. StandardSSD_ZRS uses Standard SSD zone redundant storage. For more information regarding disks supported for Windows Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/windows/disks-types and, for Linux Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/linux/disks-types

public readonly struct ComputeFleetStorageAccountType : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetStorageAccountType>
type ComputeFleetStorageAccountType = struct
Public Structure ComputeFleetStorageAccountType
Implements IEquatable(Of ComputeFleetStorageAccountType)
Inheritance
ComputeFleetStorageAccountType
Implements

Constructors

ComputeFleetStorageAccountType(String)

Initializes a new instance of ComputeFleetStorageAccountType.

Properties

PremiumLrs

Premium_LRS option.

PremiumV2LRS

PremiumV2_LRS option.

PremiumZrs

Premium_ZRS option.

StandardLrs

Standard_LRS option.

StandardSsdLrd

StandardSSD_LRS option.

StandardSsdZrs

StandardSSD_ZRS option.

UltraSsdLrs

UltraSSD_LRS option.

Methods

Equals(ComputeFleetStorageAccountType)

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(ComputeFleetStorageAccountType, ComputeFleetStorageAccountType)

Determines if two ComputeFleetStorageAccountType values are the same.

Implicit(String to ComputeFleetStorageAccountType)

Converts a String to a ComputeFleetStorageAccountType.

Inequality(ComputeFleetStorageAccountType, ComputeFleetStorageAccountType)

Determines if two ComputeFleetStorageAccountType values are not the same.

Applies to