NewRelicObservabilityAccountCreationSource Struct

Definition

Source of Account creation.

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

Constructors

NewRelicObservabilityAccountCreationSource(String)

Initializes a new instance of NewRelicObservabilityAccountCreationSource.

Properties

Liftr

Account is created from LIFTR.

Newrelic

Account is created from NEWRELIC.

Methods

Equals(NewRelicObservabilityAccountCreationSource)

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

Determines if two NewRelicObservabilityAccountCreationSource values are the same.

Implicit(String to NewRelicObservabilityAccountCreationSource)

Converts a string to a NewRelicObservabilityAccountCreationSource.

Inequality(NewRelicObservabilityAccountCreationSource, NewRelicObservabilityAccountCreationSource)

Determines if two NewRelicObservabilityAccountCreationSource values are not the same.

Applies to