Share via


HybridComputeLicenseState Struct

Definition

Describes the state of the license.

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

Constructors

HybridComputeLicenseState(String)

Initializes a new instance of HybridComputeLicenseState.

Properties

Activated

Activated.

Deactivated

Deactivated.

Methods

Equals(HybridComputeLicenseState)

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

Determines if two HybridComputeLicenseState values are the same.

Implicit(String to HybridComputeLicenseState)

Converts a string to a HybridComputeLicenseState.

Inequality(HybridComputeLicenseState, HybridComputeLicenseState)

Determines if two HybridComputeLicenseState values are not the same.

Applies to