SystemAssignedServiceIdentityType Class

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 SystemAssignedServiceIdentityType NONE

Static value None for SystemAssignedServiceIdentityType.

static final SystemAssignedServiceIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for SystemAssignedServiceIdentityType.

Constructor Summary

Constructor Description
SystemAssignedServiceIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SystemAssignedServiceIdentityType value.

Method Summary

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

Creates or finds a SystemAssignedServiceIdentityType from its string representation.

static Collection<SystemAssignedServiceIdentityType> values()

Gets known SystemAssignedServiceIdentityType values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding SystemAssignedServiceIdentityType.

values

public static Collection<SystemAssignedServiceIdentityType> values()

Gets known SystemAssignedServiceIdentityType values.

Returns:

known SystemAssignedServiceIdentityType values.

Applies to