Share via


FlowLogFormatType Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.FlowLogFormatType

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

Définit les valeurs de FlowLogFormatType.

Récapitulatif du champ

Modificateur et type Champ et description
static final FlowLogFormatType JSON

Valeur statique JSON pour le type de format dejournalde flux.

Récapitulatif du constructeur

Constructeur Description
FlowLogFormatType()

Résumé de la méthode

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

Crée ou recherche un type de formatde journalde fluxà partir de sa représentation sous forme de chaîne.

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

JSON

public static final FlowLogFormatType JSON

Valeur statique JSON pour FlowLogFormatType.

Détails du constructeur

FlowLogFormatType

public FlowLogFormatType()

Détails de la méthode

fromString

public static FlowLogFormatType fromString(String name)

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

Parameters:

name - un nom à rechercher

Returns:

FlowLogFormatType correspondant

values

public static Collection values()

Returns:

valeurs FlowLogFormatType connues

S’applique à