LicenseAssignmentState 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 license assignment state (Assigned or NotAssigned).
public readonly struct LicenseAssignmentState : IEquatable<Azure.ResourceManager.HybridCompute.Models.LicenseAssignmentState>
type LicenseAssignmentState = struct
Public Structure LicenseAssignmentState
Implements IEquatable(Of LicenseAssignmentState)
- Inheritance
-
LicenseAssignmentState
- Implements
Constructors
LicenseAssignmentState(String) |
Initializes a new instance of LicenseAssignmentState. |
Properties
Assigned |
Assigned. |
NotAssigned |
NotAssigned. |
Methods
Equals(LicenseAssignmentState) |
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(LicenseAssignmentState, LicenseAssignmentState) |
Determines if two LicenseAssignmentState values are the same. |
Implicit(String to LicenseAssignmentState) |
Converts a String to a LicenseAssignmentState. |
Inequality(LicenseAssignmentState, LicenseAssignmentState) |
Determines if two LicenseAssignmentState values are not the same. |
Applies to
Azure SDK for .NET