Partager via


InstancePoolLicenseType Structure

Définition

Type de licence. Les valeurs possibles sont « LicenseIncluded » (le prix de la licence SQL est inclus) et « BasePrice » (sans prix de licence SQL).

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

Constructeurs

InstancePoolLicenseType(String)

Initialise une nouvelle instance de InstancePoolLicenseType.

Propriétés

BasePrice

BasePrice.

LicenseIncluded

LicenseIncluded.

Méthodes

Equals(InstancePoolLicenseType)

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

Détermine si deux InstancePoolLicenseType valeurs sont identiques.

Implicit(String to InstancePoolLicenseType)

Convertit une chaîne en InstancePoolLicenseType.

Inequality(InstancePoolLicenseType, InstancePoolLicenseType)

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

S’applique à