Share via


LicenseCoreType Struct

Definition

Describes the license core type (pCore or vCore).

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

Constructors

LicenseCoreType(String)

Initializes a new instance of LicenseCoreType.

Properties

PCore

pCore.

VCore

vCore.

Methods

Equals(LicenseCoreType)

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

Determines if two LicenseCoreType values are the same.

Implicit(String to LicenseCoreType)

Converts a string to a LicenseCoreType.

Inequality(LicenseCoreType, LicenseCoreType)

Determines if two LicenseCoreType values are not the same.

Applies to