Share via


ProvisioningState Struct

Definition

Provisioning State of the Monitor resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.ProvisioningStateTypeConverter))]
public struct ProvisioningState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.ProvisioningState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.ProvisioningStateTypeConverter))>]
type ProvisioningState = struct
    interface IArgumentCompleter
Public Structure ProvisioningState
Implements IArgumentCompleter, IEquatable(Of ProvisioningState)
Inheritance
ProvisioningState
Attributes
Implements

Fields

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

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ProvisioningState (override for Object)

Equals(ProvisioningState)

Compares values of enum type ProvisioningState

GetHashCode()

Returns hashCode for enum ProvisioningState

ToString()

Returns string representation for ProvisioningState

Operators

Equality(ProvisioningState, ProvisioningState)

Overriding == operator for enum ProvisioningState

Implicit(ProvisioningState to String)

Implicit operator to convert ProvisioningState to string

Implicit(String to ProvisioningState)

Implicit operator to convert string to ProvisioningState

Inequality(ProvisioningState, ProvisioningState)

Overriding != operator for enum ProvisioningState

Applies to