PrivateStorePlanStatus Struct

Definition

Gets the plan status.

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

Constructors

PrivateStorePlanStatus(String)

Initializes a new instance of PrivateStorePlanStatus.

Properties

Approved

Approved.

None

None.

Pending

Pending.

Rejected

Rejected.

Methods

Equals(PrivateStorePlanStatus)

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

Determines if two PrivateStorePlanStatus values are the same.

Implicit(String to PrivateStorePlanStatus)

Converts a string to a PrivateStorePlanStatus.

Inequality(PrivateStorePlanStatus, PrivateStorePlanStatus)

Determines if two PrivateStorePlanStatus values are not the same.

Applies to