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

Name Description
InformaticaProvisioningState(String)

Initializes a new instance of InformaticaProvisioningState.

Properties

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

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

Name Description
Equality(InformaticaProvisioningState, InformaticaProvisioningState)

Determines if two InformaticaProvisioningState values are the same.

Implicit(String to InformaticaProvisioningState)

Converts a string to a InformaticaProvisioningState.

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

Determines if two InformaticaProvisioningState values are not the same.

Applies to