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

Name Description
NeonResourceProvisioningState(String)

Initializes a new instance of NeonResourceProvisioningState.

Properties

Name Description
Canceled

Resource creation was canceled.

Failed

Resource creation failed.

Succeeded

Resource has been created.

Methods

Name Description
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

Name Description
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