Bagikan melalui


LicenseProfileSubscriptionStatus Struct

Definition

Subscription status of the OS or Product feature.

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

Constructors

LicenseProfileSubscriptionStatus(String)

Initializes a new instance of LicenseProfileSubscriptionStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Enabling

Enabling.

Unknown

Unknown.

Methods

Equals(LicenseProfileSubscriptionStatus)

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

Determines if two LicenseProfileSubscriptionStatus values are the same.

Implicit(String to LicenseProfileSubscriptionStatus)

Converts a string to a LicenseProfileSubscriptionStatus.

Inequality(LicenseProfileSubscriptionStatus, LicenseProfileSubscriptionStatus)

Determines if two LicenseProfileSubscriptionStatus values are not the same.

Applies to