OSDiskStorageAccountType Struct

Definition

The storage account type of the OS disk.

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

Constructors

OSDiskStorageAccountType(String)

Initializes a new instance of OSDiskStorageAccountType.

Properties

Premium

Premium OS disk type.

Standard

Standard OS disk type.

StandardSsd

Standard SSD OS disk type.

Methods

Equals(OSDiskStorageAccountType)

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

Determines if two OSDiskStorageAccountType values are the same.

Implicit(String to OSDiskStorageAccountType)

Converts a string to a OSDiskStorageAccountType.

Inequality(OSDiskStorageAccountType, OSDiskStorageAccountType)

Determines if two OSDiskStorageAccountType values are not the same.

Applies to