Partager via


JobStepOutputType Classe

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

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

Définit des valeurs pour JobStepOutputType.

Récapitulatif du champ

Modificateur et type Champ et description
static final JobStepOutputType SQL_DATABASE

Valeur statique SqlDatabase pour le type de sortied’étapede travail.

Récapitulatif du constructeur

Constructeur Description
JobStepOutputType()

Résumé de la méthode

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

Crée ou recherche un type de sortied’étapede travailà partir de sa représentation sous forme de chaîne.

static java.util.Collection<JobStepOutputType> 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

SQL_DATABASE

public static final JobStepOutputType SQL_DATABASE

Valeur statique SqlDatabase pour JobStepOutputType.

Détails du constructeur

JobStepOutputType

public JobStepOutputType()

Détails de la méthode

fromString

public static JobStepOutputType fromString(String name)

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

Parameters:

name - nom à rechercher

Returns:

JobStepOutputType correspondant

values

public static Collection values()

Returns:

valeurs JobStepOutputType connues

S’applique à