NewRelicObservabilityBillingSource 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.
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
Azure SDK for .NET