SystemAssignedServiceIdentityType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. iotcentral. models. SystemAssignedServiceIdentityType
- com.
- com.
public final class SystemAssignedServiceIdentityType
extends ExpandableStringEnum<SystemAssignedServiceIdentityType>
Type of managed service identity (either system assigned, or none).
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
System |
NONE
Static value None for System |
|
static final
System |
SYSTEM_ASSIGNED
Static value System |
Constructor Summary
| Constructor | Description |
|---|---|
| SystemAssignedServiceIdentityType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of System |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
System |
fromString(String name)
Creates or finds a System |
|
static
Collection<System |
values()
Gets known System |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final SystemAssignedServiceIdentityType NONE
Static value None for SystemAssignedServiceIdentityType.
SYSTEM_ASSIGNED
public static final SystemAssignedServiceIdentityType SYSTEM_ASSIGNED
Static value SystemAssigned for SystemAssignedServiceIdentityType.
Constructor Details
SystemAssignedServiceIdentityType
@Deprecated
public SystemAssignedServiceIdentityType()
Deprecated
Creates a new instance of SystemAssignedServiceIdentityType value.
Method Details
fromString
public static SystemAssignedServiceIdentityType fromString(String name)
Creates or finds a SystemAssignedServiceIdentityType from its string representation.
Parameters:
Returns:
values
public static Collection<SystemAssignedServiceIdentityType> values()
Gets known SystemAssignedServiceIdentityType values.
Returns: