DevOpsStorageAccountType Struct

Definition

StorageAccountType enums.

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

Constructors

DevOpsStorageAccountType(String)

Initializes a new instance of DevOpsStorageAccountType.

Properties

PremiumLrs

The data disk should use premium locally redundant storage.

PremiumZrs

The data disk should use premium SSD zonal redundant storage.

StandardLrs

The data disk should use standard locally redundant storage.

StandardSsdLrs

The data disk should use standard SSD locally redundant storage.

StandardSsdZrs

The data disk should use standard SSD zonal redundant storage.

Methods

Equals(DevOpsStorageAccountType)

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

Determines if two DevOpsStorageAccountType values are the same.

Implicit(String to DevOpsStorageAccountType)

Converts a string to a DevOpsStorageAccountType.

Inequality(DevOpsStorageAccountType, DevOpsStorageAccountType)

Determines if two DevOpsStorageAccountType values are not the same.

Applies to