Share via


NeonResourceProvisioningState Struct

Definition

The provisioning state of a resource type.

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

Constructors

NeonResourceProvisioningState(String)

Initializes a new instance of NeonResourceProvisioningState.

Properties

Canceled

Resource creation was canceled.

Failed

Resource creation failed.

Succeeded

Resource has been created.

Methods

Equals(NeonResourceProvisioningState)

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

Determines if two NeonResourceProvisioningState values are the same.

Implicit(String to NeonResourceProvisioningState)

Converts a String to a NeonResourceProvisioningState.

Inequality(NeonResourceProvisioningState, NeonResourceProvisioningState)

Determines if two NeonResourceProvisioningState values are not the same.

Applies to