DevTestLabPremiumDataDisk Struct

Definition

The setting to enable usage of premium data disks. When its value is 'Enabled', creation of standard or premium data disks is allowed. When its value is 'Disabled', only creation of standard data disks is allowed.

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

Constructors

DevTestLabPremiumDataDisk(String)

Initializes a new instance of DevTestLabPremiumDataDisk.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(DevTestLabPremiumDataDisk)

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

Determines if two DevTestLabPremiumDataDisk values are the same.

Implicit(String to DevTestLabPremiumDataDisk)

Converts a string to a DevTestLabPremiumDataDisk.

Inequality(DevTestLabPremiumDataDisk, DevTestLabPremiumDataDisk)

Determines if two DevTestLabPremiumDataDisk values are not the same.

Applies to