Partager via


InstancePoolLicenseType Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.sql.InstancePoolLicenseType

public final class InstancePoolLicenseType
extends com.microsoft.rest.ExpandableStringEnum<InstancePoolLicenseType>

Définit des valeurs pour InstancePoolLicenseType.

Récapitulatif du champ

Modificateur et type Champ et description
static final InstancePoolLicenseType BASE_PRICE

Valeur statique Prix de basepourle type de licence du poold’instances.

static final InstancePoolLicenseType LICENSE_INCLUDED

Valeur statique Licenceincluse pour letype de licence du poold’instances.

Récapitulatif du constructeur

Constructeur Description
InstancePoolLicenseType()

Résumé de la méthode

Modificateur et type Méthode et description
static InstancePoolLicenseType fromString(String name)

Crée ou recherche un type de licencede poold’instancesà partir de sa représentation sous forme de chaîne.

static java.util.Collection<InstancePoolLicenseType> values()

Méthodes héritées de com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Méthodes héritées de java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Détails du champ

BASE_PRICE

public static final InstancePoolLicenseType BASE_PRICE

Valeur statique BasePrice pour InstancePoolLicenseType.

LICENSE_INCLUDED

public static final InstancePoolLicenseType LICENSE_INCLUDED

Valeur statique LicenseIncluded pour InstancePoolLicenseType.

Détails du constructeur

InstancePoolLicenseType

public InstancePoolLicenseType()

Détails de la méthode

fromString

public static InstancePoolLicenseType fromString(String name)

Crée ou recherche un InstancePoolLicenseType à partir de sa représentation sous forme de chaîne.

Parameters:

name - un nom à rechercher

Returns:

InstancePoolLicenseType correspondant

values

public static Collection values()

Returns:

valeurs d’InstancePoolLicenseType connues

S’applique à