Partager via


ManagedInstanceLicenseType Structure

Définition

Type de licence. Les valeurs possibles sont « LicenseIncluded » (prix normal inclus d’une nouvelle licence SQL) et « BasePrice » (prix AHB réduit pour apporter vos propres licences SQL).

public readonly struct ManagedInstanceLicenseType : IEquatable<Azure.ResourceManager.Sql.Models.ManagedInstanceLicenseType>
type ManagedInstanceLicenseType = struct
Public Structure ManagedInstanceLicenseType
Implements IEquatable(Of ManagedInstanceLicenseType)
Héritage
ManagedInstanceLicenseType
Implémente

Constructeurs

ManagedInstanceLicenseType(String)

Initialise une nouvelle instance de ManagedInstanceLicenseType.

Propriétés

BasePrice

BasePrice.

LicenseIncluded

LicenseIncluded.

Méthodes

Equals(ManagedInstanceLicenseType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(ManagedInstanceLicenseType, ManagedInstanceLicenseType)

Détermine si deux ManagedInstanceLicenseType valeurs sont identiques.

Implicit(String to ManagedInstanceLicenseType)

Convertit une chaîne en ManagedInstanceLicenseType.

Inequality(ManagedInstanceLicenseType, ManagedInstanceLicenseType)

Détermine si deux ManagedInstanceLicenseType valeurs ne sont pas identiques.

S’applique à