Class ServicePrincipalsSelect
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ServicePrincipalsSelect>
-
- com.azure.resourcemanager.authorization.fluent.models.ServicePrincipalsSelect
-
public final class ServicePrincipalsSelect extends com.azure.core.util.ExpandableStringEnum<ServicePrincipalsSelect>
Defines values for ServicePrincipalsSelect.
-
-
Field Summary
Fields Modifier and Type Field Description static ServicePrincipalsSelectAPP_ROLE_IDStatic value appRoleId for ServicePrincipalsSelect.static ServicePrincipalsSelectCREATED_DATE_TIMEStatic value createdDateTime for ServicePrincipalsSelect.static ServicePrincipalsSelectDELETED_DATE_TIMEStatic value deletedDateTime for ServicePrincipalsSelect.static ServicePrincipalsSelectIDStatic value id for ServicePrincipalsSelect.static ServicePrincipalsSelectPRINCIPAL_DISPLAY_NAMEStatic value principalDisplayName for ServicePrincipalsSelect.static ServicePrincipalsSelectPRINCIPAL_IDStatic value principalId for ServicePrincipalsSelect.static ServicePrincipalsSelectPRINCIPAL_TYPEStatic value principalType for ServicePrincipalsSelect.static ServicePrincipalsSelectRESOURCE_DISPLAY_NAMEStatic value resourceDisplayName for ServicePrincipalsSelect.static ServicePrincipalsSelectRESOURCE_IDStatic value resourceId for ServicePrincipalsSelect.
-
Constructor Summary
Constructors Constructor Description ServicePrincipalsSelect()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServicePrincipalsSelectfromString(String name)Creates or finds a ServicePrincipalsSelect from its string representation.static Collection<ServicePrincipalsSelect>values()
-
-
-
Field Detail
-
ID
public static final ServicePrincipalsSelect ID
Static value id for ServicePrincipalsSelect.
-
DELETED_DATE_TIME
public static final ServicePrincipalsSelect DELETED_DATE_TIME
Static value deletedDateTime for ServicePrincipalsSelect.
-
APP_ROLE_ID
public static final ServicePrincipalsSelect APP_ROLE_ID
Static value appRoleId for ServicePrincipalsSelect.
-
CREATED_DATE_TIME
public static final ServicePrincipalsSelect CREATED_DATE_TIME
Static value createdDateTime for ServicePrincipalsSelect.
-
PRINCIPAL_DISPLAY_NAME
public static final ServicePrincipalsSelect PRINCIPAL_DISPLAY_NAME
Static value principalDisplayName for ServicePrincipalsSelect.
-
PRINCIPAL_ID
public static final ServicePrincipalsSelect PRINCIPAL_ID
Static value principalId for ServicePrincipalsSelect.
-
PRINCIPAL_TYPE
public static final ServicePrincipalsSelect PRINCIPAL_TYPE
Static value principalType for ServicePrincipalsSelect.
-
RESOURCE_DISPLAY_NAME
public static final ServicePrincipalsSelect RESOURCE_DISPLAY_NAME
Static value resourceDisplayName for ServicePrincipalsSelect.
-
RESOURCE_ID
public static final ServicePrincipalsSelect RESOURCE_ID
Static value resourceId for ServicePrincipalsSelect.
-
-
Method Detail
-
fromString
public static ServicePrincipalsSelect fromString(String name)
Creates or finds a ServicePrincipalsSelect from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServicePrincipalsSelect.
-
values
public static Collection<ServicePrincipalsSelect> values()
- Returns:
- known ServicePrincipalsSelect values.
-
-