NewRelicObservabilityBillingCycle 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.
Different usage type like YEARLY/MONTHLY.
public readonly struct NewRelicObservabilityBillingCycle : IEquatable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityBillingCycle>
type NewRelicObservabilityBillingCycle = struct
Public Structure NewRelicObservabilityBillingCycle
Implements IEquatable(Of NewRelicObservabilityBillingCycle)
- Inheritance
-
NewRelicObservabilityBillingCycle
- Implements
Constructors
NewRelicObservabilityBillingCycle(String) |
Initializes a new instance of NewRelicObservabilityBillingCycle. |
Properties
Monthly |
Billing cycle is MONTHLY. |
Weekly |
Billing cycle is WEEKLY. |
Yearly |
Billing cycle is YEARLY. |
Methods
Equals(NewRelicObservabilityBillingCycle) |
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(NewRelicObservabilityBillingCycle, NewRelicObservabilityBillingCycle) |
Determines if two NewRelicObservabilityBillingCycle values are the same. |
Implicit(String to NewRelicObservabilityBillingCycle) |
Converts a string to a NewRelicObservabilityBillingCycle. |
Inequality(NewRelicObservabilityBillingCycle, NewRelicObservabilityBillingCycle) |
Determines if two NewRelicObservabilityBillingCycle values are not the same. |
Applies to
Azure SDK for .NET