HybridComputeLicenseState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET