AstroRenewalMode Struct

Definition

Subscription renewal mode.

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

Constructors

Name Description
AstroRenewalMode(String)

Initializes a new instance of AstroRenewalMode.

Properties

Name Description
Auto

Automatic renewal.

Manual

Manual renewal.

Methods

Name Description
Equals(AstroRenewalMode)

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

Name Description
Equality(AstroRenewalMode, AstroRenewalMode)

Determines if two AstroRenewalMode values are the same.

Implicit(String to AstroRenewalMode)

Converts a string to a AstroRenewalMode.

Implicit(String to Nullable<AstroRenewalMode>)
Inequality(AstroRenewalMode, AstroRenewalMode)

Determines if two AstroRenewalMode values are not the same.

Applies to