NewRelicProvisioningState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET