ImageStorageAccountType Struct

Definition

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

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

Constructors

Name Description
ImageStorageAccountType(String)

Initializes a new instance of ImageStorageAccountType.

Properties

Name Description
PremiumLrs

Gets the PremiumLrs.

PremiumV2Lrs

Gets the PremiumV2Lrs.

StandardLrs

Gets the StandardLrs.

StandardZrs

Gets the StandardZrs.

Methods

Name Description
Equals(ImageStorageAccountType)

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

Determines if two ImageStorageAccountType values are the same.

Implicit(String to ImageStorageAccountType)

Converts a string to a ImageStorageAccountType.

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

Determines if two ImageStorageAccountType values are not the same.

Applies to