DigitalTwinsIdentityType Class

public final class DigitalTwinsIdentityType
extends ExpandableStringEnum<DigitalTwinsIdentityType>

The type of Managed Identity used by the DigitalTwinsInstance.

Field Summary

Modifier and Type Field and Description
static final DigitalTwinsIdentityType NONE

Static value None for DigitalTwinsIdentityType.

static final DigitalTwinsIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for DigitalTwinsIdentityType.

static final DigitalTwinsIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED

Static value SystemAssigned,UserAssigned for DigitalTwinsIdentityType.

static final DigitalTwinsIdentityType USER_ASSIGNED

Static value UserAssigned for DigitalTwinsIdentityType.

Constructor Summary

Constructor Description
DigitalTwinsIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DigitalTwinsIdentityType value.

Method Summary

Modifier and Type Method and Description
static DigitalTwinsIdentityType fromString(String name)

Creates or finds a DigitalTwinsIdentityType from its string representation.

static Collection<DigitalTwinsIdentityType> values()

Gets known DigitalTwinsIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final DigitalTwinsIdentityType NONE

Static value None for DigitalTwinsIdentityType.

SYSTEM_ASSIGNED

public static final DigitalTwinsIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for DigitalTwinsIdentityType.

SYSTEM_ASSIGNED_USER_ASSIGNED

public static final DigitalTwinsIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED

Static value SystemAssigned,UserAssigned for DigitalTwinsIdentityType.

USER_ASSIGNED

public static final DigitalTwinsIdentityType USER_ASSIGNED

Static value UserAssigned for DigitalTwinsIdentityType.

Constructor Details

DigitalTwinsIdentityType

@Deprecated
public DigitalTwinsIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DigitalTwinsIdentityType value.

Method Details

fromString

public static DigitalTwinsIdentityType fromString(String name)

Creates or finds a DigitalTwinsIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DigitalTwinsIdentityType.

values

public static Collection values()

Gets known DigitalTwinsIdentityType values.

Returns:

known DigitalTwinsIdentityType values.

Applies to