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

Name Description
EdgeZoneStorageAccountType(String)

Initializes a new instance of EdgeZoneStorageAccountType.

Properties

Name Description
PremiumLrs

Gets the PremiumLrs.

StandardLrs

Gets the StandardLrs.

StandardSsdLrs

Gets the StandardSsdLrs.

StandardZrs

Gets the StandardZrs.

Methods

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

Name Description
Equality(EdgeZoneStorageAccountType, EdgeZoneStorageAccountType)

Determines if two EdgeZoneStorageAccountType values are the same.

Implicit(String to EdgeZoneStorageAccountType)

Converts a string to a EdgeZoneStorageAccountType.

Implicit(String to Nullable<EdgeZoneStorageAccountType>)
Inequality(EdgeZoneStorageAccountType, EdgeZoneStorageAccountType)

Determines if two EdgeZoneStorageAccountType values are not the same.

Applies to