Share via


InformaticaProvisioningState Struct

Definition

Provisioning State of the Organization resource.

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

Constructors

InformaticaProvisioningState(String)

Initializes a new instance of InformaticaProvisioningState.

Properties

Accepted

Organization resource creation request accepted.

Canceled

Organization resource creation canceled.

Creating

Organization resource creation started.

Deleted

Organization resource is deleted.

Deleting

Organization resource deletion started.

Failed

Organization resource creation failed.

NotSpecified

Organization resource state is unknown.

Succeeded

Organization resource creation successful.

Updating

Organization resource is being updated.

Methods

Equals(InformaticaProvisioningState)

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

Determines if two InformaticaProvisioningState values are the same.

Implicit(String to InformaticaProvisioningState)

Converts a string to a InformaticaProvisioningState.

Inequality(InformaticaProvisioningState, InformaticaProvisioningState)

Determines if two InformaticaProvisioningState values are not the same.

Applies to