Share via


HybridComputeLicenseEdition Struct

Definition

Describes the edition of the license. The values are either Standard or Datacenter.

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

Constructors

HybridComputeLicenseEdition(String)

Initializes a new instance of HybridComputeLicenseEdition.

Properties

DataCenter

Datacenter.

Standard

Standard.

Methods

Equals(HybridComputeLicenseEdition)

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

Determines if two HybridComputeLicenseEdition values are the same.

Implicit(String to HybridComputeLicenseEdition)

Converts a string to a HybridComputeLicenseEdition.

Inequality(HybridComputeLicenseEdition, HybridComputeLicenseEdition)

Determines if two HybridComputeLicenseEdition values are not the same.

Applies to