DatadogProvisioningState Struct

Definition

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

Constructors

Name Description
DatadogProvisioningState(String)

Initializes a new instance of DatadogProvisioningState.

Properties

Name Description
Accepted

Gets the Accepted.

Canceled

Gets the Canceled.

Creating

Gets the Creating.

Deleted

Gets the Deleted.

Deleting

Gets the Deleting.

Failed

Gets the Failed.

NotSpecified

Gets the NotSpecified.

Succeeded

Gets the Succeeded.

Updating

Gets the Updating.

Methods

Name Description
Equals(DatadogProvisioningState)

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

Determines if two DatadogProvisioningState values are the same.

Implicit(String to DatadogProvisioningState)

Converts a string to a DatadogProvisioningState.

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

Determines if two DatadogProvisioningState values are not the same.

Applies to