BillingSubscriptionAutoRenewState 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.
Indicates whether auto renewal is turned on or off for a product.
public readonly struct BillingSubscriptionAutoRenewState : IEquatable<Azure.ResourceManager.Billing.Models.BillingSubscriptionAutoRenewState>
type BillingSubscriptionAutoRenewState = struct
Public Structure BillingSubscriptionAutoRenewState
Implements IEquatable(Of BillingSubscriptionAutoRenewState)
- Inheritance
-
BillingSubscriptionAutoRenewState
- Implements
Constructors
BillingSubscriptionAutoRenewState(String) |
Initializes a new instance of BillingSubscriptionAutoRenewState. |
Properties
Off |
Off. |
On |
On. |
Methods
Equals(BillingSubscriptionAutoRenewState) |
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(BillingSubscriptionAutoRenewState, BillingSubscriptionAutoRenewState) |
Determines if two BillingSubscriptionAutoRenewState values are the same. |
Implicit(String to BillingSubscriptionAutoRenewState) |
Converts a string to a BillingSubscriptionAutoRenewState. |
Inequality(BillingSubscriptionAutoRenewState, BillingSubscriptionAutoRenewState) |
Determines if two BillingSubscriptionAutoRenewState values are not the same. |
Applies to
Azure SDK for .NET