Share via


NewRelicProvisioningState Struct

Definition

Provisioning State of the Monitor resource.

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

Constructors

NewRelicProvisioningState(String)

Initializes a new instance of NewRelicProvisioningState.

Properties

Accepted

Monitor resource creation request accepted.

Canceled

Monitor resource creation canceled.

Creating

Monitor resource creation started.

Deleted

Monitor resource is deleted.

Deleting

Monitor resource deletion started.

Failed

Monitor resource creation failed.

NotSpecified

Monitor resource state is unknown.

Succeeded

Monitor resource creation successful.

Updating

Monitor resource is being updated.

Methods

Equals(NewRelicProvisioningState)

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

Determines if two NewRelicProvisioningState values are the same.

Implicit(String to NewRelicProvisioningState)

Converts a string to a NewRelicProvisioningState.

Inequality(NewRelicProvisioningState, NewRelicProvisioningState)

Determines if two NewRelicProvisioningState values are not the same.

Applies to