ManagedServiceIdentityType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. redis. models. ManagedServiceIdentityType
- com.
- com.
public final class ManagedServiceIdentityType
extends ExpandableStringEnum<ManagedServiceIdentityType>
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Managed |
NONE
Static value None for Managed |
static final
Managed |
SYSTEM_ASSIGNED
Static value System |
static final
Managed |
SYSTEM_ASSIGNED_USER_ASSIGNED
Static value System |
static final
Managed |
USER_ASSIGNED
Static value User |
Constructor Summary
Constructor | Description |
---|---|
ManagedServiceIdentityType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromString(String name)
Creates or finds a Managed |
static
Collection<Managed |
values()
Gets known Managed |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final ManagedServiceIdentityType NONE
Static value None for ManagedServiceIdentityType.
SYSTEM_ASSIGNED
public static final ManagedServiceIdentityType SYSTEM_ASSIGNED
Static value SystemAssigned for ManagedServiceIdentityType.
SYSTEM_ASSIGNED_USER_ASSIGNED
public static final ManagedServiceIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED
Static value SystemAssigned, UserAssigned for ManagedServiceIdentityType.
USER_ASSIGNED
public static final ManagedServiceIdentityType USER_ASSIGNED
Static value UserAssigned for ManagedServiceIdentityType.
Constructor Details
ManagedServiceIdentityType
@Deprecated
public ManagedServiceIdentityType()
Deprecated
Creates a new instance of ManagedServiceIdentityType value.
Method Details
fromString
public static ManagedServiceIdentityType fromString(String name)
Creates or finds a ManagedServiceIdentityType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ManagedServiceIdentityType values.
Returns:
Applies to
Azure SDK for Java