DynatraceProvisioningState Struct

Definition

Provisioning state of the monitoring resource.

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

Constructors

Name Description
DynatraceProvisioningState(String)

Initializes a new instance of DynatraceProvisioningState.

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(DynatraceProvisioningState)

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

Determines if two DynatraceProvisioningState values are the same.

Implicit(String to DynatraceProvisioningState)

Converts a string to a DynatraceProvisioningState.

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

Determines if two DynatraceProvisioningState values are not the same.

Applies to