Partager via


IdentityType Classe

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

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

Définit des valeurs pour IdentityType.

Récapitulatif du champ

Modificateur et type Champ et description
static final IdentityType SYSTEM_ASSIGNED

Valeur statique Affectée par le systèmepour le type d’identité.

Récapitulatif du constructeur

Constructeur Description
IdentityType()

Résumé de la méthode

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

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

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

SYSTEM_ASSIGNED

public static final IdentityType SYSTEM_ASSIGNED

Valeur statique SystemAssigned pour IdentityType.

Détails du constructeur

IdentityType

public IdentityType()

Détails de la méthode

fromString

public static IdentityType fromString(String name)

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

Parameters:

name - un nom à rechercher

Returns:

IdentityType correspondant

values

public static Collection values()

Returns:

valeurs IdentityType connues

S’applique à