Udostępnij za pośrednictwem


LicenseAssignmentState Struct

Definition

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