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

Name Description
OSDiskStorageAccountType(String)

Initializes a new instance of OSDiskStorageAccountType.

Properties

Name Description
Premium

Premium OS disk type.

Standard

Standard OS disk type.

StandardSsd

Standard SSD OS disk type.

Methods

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

Name Description
Equality(OSDiskStorageAccountType, OSDiskStorageAccountType)

Determines if two OSDiskStorageAccountType values are the same.

Implicit(String to Nullable<OSDiskStorageAccountType>)
Implicit(String to OSDiskStorageAccountType)

Converts a string to a OSDiskStorageAccountType.

Inequality(OSDiskStorageAccountType, OSDiskStorageAccountType)

Determines if two OSDiskStorageAccountType values are not the same.

Applies to