你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageAccountType Struct

Definition

StorageAccountType enums.

public readonly struct StorageAccountType : IEquatable<Azure.Compute.Batch.StorageAccountType>
type StorageAccountType = struct
Public Structure StorageAccountType
Implements IEquatable(Of StorageAccountType)
Inheritance
StorageAccountType
Implements

Constructors

Name Description
StorageAccountType(String)

Initializes a new instance of StorageAccountType.

Properties

Name Description
PremiumLRS

The data disk should use premium locally redundant storage.

StandardLRS

The data disk should use standard locally redundant storage.

StandardSSDLRS

The data disk / OS disk should use standard SSD locally redundant storage.

Methods

Name Description
Equals(StorageAccountType)

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

Determines if two StorageAccountType values are the same.

Implicit(String to Nullable<StorageAccountType>)
Implicit(String to StorageAccountType)

Converts a string to a StorageAccountType.

Inequality(StorageAccountType, StorageAccountType)

Determines if two StorageAccountType values are not the same.

Applies to