FreeServicesStatus Struct

Definition

Status of the free services.

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

Constructors

Name Description
FreeServicesStatus(String)

Initializes a new instance of FreeServicesStatus.

Properties

Name Description
Active

Free services are active.

Canceled

Free services have been canceled.

Completed

Free services have been fully consumed or completed.

Pending

Free services are pending activation.

Unknown

Free services status is unknown.

Methods

Name Description
Equals(FreeServicesStatus)

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

Name Description
Equality(FreeServicesStatus, FreeServicesStatus)

Determines if two FreeServicesStatus values are the same.

Implicit(String to FreeServicesStatus)

Converts a string to a FreeServicesStatus.

Implicit(String to Nullable<FreeServicesStatus>)
Inequality(FreeServicesStatus, FreeServicesStatus)

Determines if two FreeServicesStatus values are not the same.

Applies to