你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LargeInstanceHardwareTypeName Struct

Definition

Enum of the hardware options (vendor and/or their product name) for an Azure Large Instance.

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

Constructors

LargeInstanceHardwareTypeName(String)

Initializes a new instance of LargeInstanceHardwareTypeName.

Properties

CiscoUcs

Hardware type of UCS from vendor Cisco.

Hpe

Hardware type of HPE from vendor Hewlett Packard Enterprise.

SDFlex

Hardware type of SDFLEX.

Methods

Equals(LargeInstanceHardwareTypeName)

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

Determines if two LargeInstanceHardwareTypeName values are the same.

Implicit(String to LargeInstanceHardwareTypeName)

Converts a string to a LargeInstanceHardwareTypeName.

Inequality(LargeInstanceHardwareTypeName, LargeInstanceHardwareTypeName)

Determines if two LargeInstanceHardwareTypeName values are not the same.

Applies to