MarketplaceAutoRenew Struct

Definition

The AutoRenew setting of the Enterprise subscription.

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

Constructors

MarketplaceAutoRenew(String)

Initializes a new instance of MarketplaceAutoRenew.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(MarketplaceAutoRenew)

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(MarketplaceAutoRenew, MarketplaceAutoRenew)

Determines if two MarketplaceAutoRenew values are the same.

Implicit(String to MarketplaceAutoRenew)

Converts a string to a MarketplaceAutoRenew.

Inequality(MarketplaceAutoRenew, MarketplaceAutoRenew)

Determines if two MarketplaceAutoRenew values are not the same.

Applies to