Show / Hide Table of Contents

Struct InformaticaProvisioningState

Provisioning State of the Organization resource.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.InformaticaDataManagement.dll
Syntax
public struct InformaticaProvisioningState : IEquatable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState>

Constructors

InformaticaProvisioningState(String)

Initializes a new instance of InformaticaProvisioningState.

Declaration
public InformaticaProvisioningState (string value);
Parameters
System.String value

Exceptions
System.ArgumentNullException

value is null.

Properties

Accepted

Organization resource creation request accepted.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState Accepted { get; }
Property Value
InformaticaProvisioningState

Canceled

Organization resource creation canceled.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState Canceled { get; }
Property Value
InformaticaProvisioningState

Creating

Organization resource creation started.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState Creating { get; }
Property Value
InformaticaProvisioningState

Deleted

Organization resource is deleted.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState Deleted { get; }
Property Value
InformaticaProvisioningState

Deleting

Organization resource deletion started.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState Deleting { get; }
Property Value
InformaticaProvisioningState

Failed

Organization resource creation failed.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState Failed { get; }
Property Value
InformaticaProvisioningState

NotSpecified

Organization resource state is unknown.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState NotSpecified { get; }
Property Value
InformaticaProvisioningState

Succeeded

Organization resource creation successful.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState Succeeded { get; }
Property Value
InformaticaProvisioningState

Updating

Organization resource is being updated.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState Updating { get; }
Property Value
InformaticaProvisioningState

Methods

Equals(InformaticaProvisioningState)

Indicates whether the current object is equal to another object of the same type.

Declaration
public bool Equals (Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState other);
Parameters
InformaticaProvisioningState other

An object to compare with this object.

Returns
System.Boolean

true if the current object is equal to the other parameter; otherwise, false.

Equals(Object)

Indicates whether this instance and a specified object are equal.

Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
System.Object obj

The object to compare with the current instance.

Returns
System.Boolean

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
System.Int32

A 32-bit signed integer that is the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Declaration
public override string ToString ();
Returns
System.String

The fully qualified type name.

Operators

Equality(InformaticaProvisioningState, InformaticaProvisioningState)

Determines if two InformaticaProvisioningState values are the same.

Declaration
public static bool operator == (Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState left, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState right);
Parameters
InformaticaProvisioningState left

InformaticaProvisioningState right

Returns
System.Boolean

Implicit(String to InformaticaProvisioningState)

Converts a string to a InformaticaProvisioningState.

Declaration
public static implicit operator Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState (string value);
Parameters
System.String value

Returns
InformaticaProvisioningState

Inequality(InformaticaProvisioningState, InformaticaProvisioningState)

Determines if two InformaticaProvisioningState values are not the same.

Declaration
public static bool operator != (Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState left, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState right);
Parameters
InformaticaProvisioningState left

InformaticaProvisioningState right

Returns
System.Boolean

Back to top Azure SDK for .NET