Partager via


ConnectionMonitorEndpointFilterItemType Classe

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

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

Définit des valeurs pour ConnectionMonitorEndpointFilterItemType.

Récapitulatif du champ

Modificateur et type Champ et description
static final ConnectionMonitorEndpointFilterItemType AGENT_ADDRESS

Valeur statique Adresse de l’agentpour le type d’élément defiltredu point de terminaisondu moniteurde connexion.

Récapitulatif du constructeur

Constructeur Description
ConnectionMonitorEndpointFilterItemType()

Résumé de la méthode

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

Crée ou recherche un type d’élémentde filtredu point de terminaisondu moniteurde connexion à partir de sa représentation sous forme de chaîne.

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

AGENT_ADDRESS

public static final ConnectionMonitorEndpointFilterItemType AGENT_ADDRESS

Valeur statique AgentAddress pour ConnectionMonitorEndpointFilterItemType.

Détails du constructeur

ConnectionMonitorEndpointFilterItemType

public ConnectionMonitorEndpointFilterItemType()

Détails de la méthode

fromString

public static ConnectionMonitorEndpointFilterItemType fromString(String name)

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

Parameters:

name - nom à rechercher

Returns:

ConnectionMonitorEndpointFilterItemType correspondant

values

public static Collection values()

Returns:

Valeurs ConnectionMonitorEndpointFilterItemType connues

S’applique à