Share via


MachineSkuDiskConnectionType Struct

Definition

The connection type of the rack SKU resource.

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

Constructors

MachineSkuDiskConnectionType(String)

Initializes a new instance of MachineSkuDiskConnectionType.

Properties

Pcie

PCIE.

Raid

RAID.

SAS

SAS.

Sata

SATA.

Methods

Equals(MachineSkuDiskConnectionType)

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

Determines if two MachineSkuDiskConnectionType values are the same.

Implicit(String to MachineSkuDiskConnectionType)

Converts a string to a MachineSkuDiskConnectionType.

Inequality(MachineSkuDiskConnectionType, MachineSkuDiskConnectionType)

Determines if two MachineSkuDiskConnectionType values are not the same.

Applies to