ManagedIdentityType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. webpubsub. models. ManagedIdentityType
- com.
- com.
public final class ManagedIdentityType
extends ExpandableStringEnum<ManagedIdentityType>
Represents the identity type: systemAssigned, userAssigned, None.
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 |
USER_ASSIGNED
Static value User |
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedIdentityType() |
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 ManagedIdentityType NONE
Static value None for ManagedIdentityType.
SYSTEM_ASSIGNED
public static final ManagedIdentityType SYSTEM_ASSIGNED
Static value SystemAssigned for ManagedIdentityType.
USER_ASSIGNED
public static final ManagedIdentityType USER_ASSIGNED
Static value UserAssigned for ManagedIdentityType.
Constructor Details
ManagedIdentityType
@Deprecated
public ManagedIdentityType()
Deprecated
Creates a new instance of ManagedIdentityType value.
Method Details
fromString
public static ManagedIdentityType fromString(String name)
Creates or finds a ManagedIdentityType from its string representation.
Parameters:
Returns:
values
public static Collection<ManagedIdentityType> values()
Gets known ManagedIdentityType values.
Returns: