NewRelicObservabilityBillingSource Struct

Definition

Billing source.

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

Constructors

NewRelicObservabilityBillingSource(String)

Initializes a new instance of NewRelicObservabilityBillingSource.

Properties

Azure

Billing source is Azure.

Newrelic

NEWRELIC.

Methods

Equals(NewRelicObservabilityBillingSource)

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

Determines if two NewRelicObservabilityBillingSource values are the same.

Implicit(String to NewRelicObservabilityBillingSource)

Converts a string to a NewRelicObservabilityBillingSource.

Inequality(NewRelicObservabilityBillingSource, NewRelicObservabilityBillingSource)

Determines if two NewRelicObservabilityBillingSource values are not the same.

Applies to