Sdílet prostřednictvím


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

ImageStorageAccountType(String)

Initializes a new instance of ImageStorageAccountType.

Properties

PremiumLrs

Premium_LRS.

StandardLrs

Standard_LRS.

StandardZrs

Standard_ZRS.

Methods

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

Equality(ImageStorageAccountType, ImageStorageAccountType)

Determines if two ImageStorageAccountType values are the same.

Implicit(String to ImageStorageAccountType)

Converts a string to a ImageStorageAccountType.

Inequality(ImageStorageAccountType, ImageStorageAccountType)

Determines if two ImageStorageAccountType values are not the same.

Applies to