다음을 통해 공유


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

StorageAccountType(String)

Initializes a new instance of StorageAccountType.

Properties

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

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

Equality(StorageAccountType, StorageAccountType)

Determines if two StorageAccountType values are the same.

Implicit(String to StorageAccountType)

Converts a string to a StorageAccountType.

Inequality(StorageAccountType, StorageAccountType)

Determines if two StorageAccountType values are not the same.

Applies to