Freigeben über


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

Name Description
SnapshotStorageAccountType(String)

Initializes a new instance of SnapshotStorageAccountType.

Properties

Name Description
PremiumLrs

Premium SSD locally redundant storage.

StandardLrs

Standard HDD locally redundant storage.

StandardZrs

Standard zone redundant storage.

Methods

Name Description
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

Name Description
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