Class ManagedServiceIdentityType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ManagedServiceIdentityType>
-
- com.azure.resourcemanager.cdn.models.ManagedServiceIdentityType
-
public final class ManagedServiceIdentityType extends com.azure.core.util.ExpandableStringEnum<ManagedServiceIdentityType>
Defines values for ManagedServiceIdentityType.
-
-
Field Summary
Fields Modifier and Type Field Description static ManagedServiceIdentityTypeNONEStatic value None for ManagedServiceIdentityType.static ManagedServiceIdentityTypeSYSTEM_ASSIGNEDStatic value SystemAssigned for ManagedServiceIdentityType.static ManagedServiceIdentityTypeSYSTEM_ASSIGNED_USER_ASSIGNEDStatic value SystemAssigned, UserAssigned for ManagedServiceIdentityType.static ManagedServiceIdentityTypeUSER_ASSIGNEDStatic value UserAssigned for ManagedServiceIdentityType.
-
Constructor Summary
Constructors Constructor Description ManagedServiceIdentityType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ManagedServiceIdentityTypefromString(String name)Creates or finds a ManagedServiceIdentityType from its string representation.static Collection<ManagedServiceIdentityType>values()
-
-
-
Field Detail
-
SYSTEM_ASSIGNED
public static final ManagedServiceIdentityType SYSTEM_ASSIGNED
Static value SystemAssigned for ManagedServiceIdentityType.
-
USER_ASSIGNED
public static final ManagedServiceIdentityType USER_ASSIGNED
Static value UserAssigned for ManagedServiceIdentityType.
-
SYSTEM_ASSIGNED_USER_ASSIGNED
public static final ManagedServiceIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED
Static value SystemAssigned, UserAssigned for ManagedServiceIdentityType.
-
NONE
public static final ManagedServiceIdentityType NONE
Static value None for ManagedServiceIdentityType.
-
-
Method Detail
-
fromString
public static ManagedServiceIdentityType fromString(String name)
Creates or finds a ManagedServiceIdentityType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ManagedServiceIdentityType.
-
values
public static Collection<ManagedServiceIdentityType> values()
- Returns:
- known ManagedServiceIdentityType values.
-
-