DeploymentIdentityType Class

public final class DeploymentIdentityType
extends ExpandableStringEnum<DeploymentIdentityType>

The identity type.

Field Summary

Modifier and Type Field and Description
static final DeploymentIdentityType NONE

None.

static final DeploymentIdentityType USER_ASSIGNED

UserAssigned.

Constructor Summary

Constructor Description
DeploymentIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeploymentIdentityType value.

Method Summary

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

Creates or finds a DeploymentIdentityType from its string representation.

static Collection<DeploymentIdentityType> values()

Gets known DeploymentIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final DeploymentIdentityType NONE

None.

USER_ASSIGNED

public static final DeploymentIdentityType USER_ASSIGNED

UserAssigned.

Constructor Details

DeploymentIdentityType

@Deprecated
public DeploymentIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeploymentIdentityType value.

Method Details

fromString

public static DeploymentIdentityType fromString(String name)

Creates or finds a DeploymentIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DeploymentIdentityType.

values

public static Collection<DeploymentIdentityType> values()

Gets known DeploymentIdentityType values.

Returns:

known DeploymentIdentityType values.

Applies to