SnapshotStorageAccountType Struct

Definition

The sku name.

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

Constructors

SnapshotStorageAccountType(String)

Initializes a new instance of SnapshotStorageAccountType.

Properties

PremiumLrs

Premium SSD locally redundant storage.

StandardLrs

Standard HDD locally redundant storage.

StandardZrs

Standard zone redundant storage.

Methods

Equals(SnapshotStorageAccountType)

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

Determines if two SnapshotStorageAccountType values are the same.

Implicit(String to SnapshotStorageAccountType)

Converts a string to a SnapshotStorageAccountType.

Inequality(SnapshotStorageAccountType, SnapshotStorageAccountType)

Determines if two SnapshotStorageAccountType values are not the same.

Applies to