Share via


LicenseProfileProductType Struct

Definition

The product type of the license.

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

Constructors

LicenseProfileProductType(String)

Initializes a new instance of LicenseProfileProductType.

Properties

WindowsIotEnterprise

WindowsIoTEnterprise.

WindowsServer

WindowsServer.

Methods

Equals(LicenseProfileProductType)

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

Determines if two LicenseProfileProductType values are the same.

Implicit(String to LicenseProfileProductType)

Converts a string to a LicenseProfileProductType.

Inequality(LicenseProfileProductType, LicenseProfileProductType)

Determines if two LicenseProfileProductType values are not the same.

Applies to