ScsiControllerType Struct

Definition

Defines the different types of SCSI controllers.

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

Constructors

ScsiControllerType(String)

Initializes a new instance of ScsiControllerType.

Properties

Buslogic

buslogic.

Lsilogic

lsilogic.

Lsilogicsas

lsilogicsas.

Pvscsi

pvscsi.

Methods

Equals(ScsiControllerType)

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

Determines if two ScsiControllerType values are the same.

Implicit(String to ScsiControllerType)

Converts a string to a ScsiControllerType.

Inequality(ScsiControllerType, ScsiControllerType)

Determines if two ScsiControllerType values are not the same.

Applies to