MachineSkuDiskConnectionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET