ConditionalCreditsProvisioningState Struct

Definition

The provisioning state of the resource.

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

Constructors

Name Description
ConditionalCreditsProvisioningState(String)

Initializes a new instance of ConditionalCreditsProvisioningState.

Properties

Name Description
Canceled

Gets the Canceled.

Failed

Gets the Failed.

Pending

Gets the Pending.

Succeeded

Gets the Succeeded.

Unknown

Gets the Unknown.

Methods

Name Description
Equals(ConditionalCreditsProvisioningState)

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

Determines if two ConditionalCreditsProvisioningState values are the same.

Implicit(String to ConditionalCreditsProvisioningState)

Converts a string to a ConditionalCreditsProvisioningState.

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

Determines if two ConditionalCreditsProvisioningState values are not the same.

Applies to