Share via


ManagedInstanceLicenseType Struct

Definition

The license type. Possible values are 'LicenseIncluded' (regular price inclusive of a new SQL license) and 'BasePrice' (discounted AHB price for bringing your own SQL licenses).

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

Constructors

ManagedInstanceLicenseType(String)

Initializes a new instance of ManagedInstanceLicenseType.

Properties

BasePrice

BasePrice.

LicenseIncluded

LicenseIncluded.

Methods

Equals(ManagedInstanceLicenseType)

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

Determines if two ManagedInstanceLicenseType values are the same.

Implicit(String to ManagedInstanceLicenseType)

Converts a string to a ManagedInstanceLicenseType.

Inequality(ManagedInstanceLicenseType, ManagedInstanceLicenseType)

Determines if two ManagedInstanceLicenseType values are not the same.

Applies to