BillingSubscriptionAutoRenewState Struct

Definition

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