Share via


EdgeZoneStorageAccountType Struct

Definition

Specifies the storage account type to be used to store the image. This property is not updatable.

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

Constructors

EdgeZoneStorageAccountType(String)

Initializes a new instance of EdgeZoneStorageAccountType.

Properties

PremiumLrs

Premium_LRS.

StandardLrs

Standard_LRS.

StandardSsdLrs

StandardSSD_LRS.

StandardZrs

Standard_ZRS.

Methods

Equals(EdgeZoneStorageAccountType)

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

Determines if two EdgeZoneStorageAccountType values are the same.

Implicit(String to EdgeZoneStorageAccountType)

Converts a string to a EdgeZoneStorageAccountType.

Inequality(EdgeZoneStorageAccountType, EdgeZoneStorageAccountType)

Determines if two EdgeZoneStorageAccountType values are not the same.

Applies to