Udostępnij za pośrednictwem


CustomDomainIdentityType Class

public final class CustomDomainIdentityType
extends ExpandableStringEnum<CustomDomainIdentityType>

The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.

Field Summary

Modifier and Type Field and Description
static final CustomDomainIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for CustomDomainIdentityType.

static final CustomDomainIdentityType USER_ASSIGNED

Static value UserAssigned for CustomDomainIdentityType.

Constructor Summary

Constructor Description
CustomDomainIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomDomainIdentityType value.

Method Summary

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

Creates or finds a CustomDomainIdentityType from its string representation.

static Collection<CustomDomainIdentityType> values()

Gets known CustomDomainIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SYSTEM_ASSIGNED

public static final CustomDomainIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for CustomDomainIdentityType.

USER_ASSIGNED

public static final CustomDomainIdentityType USER_ASSIGNED

Static value UserAssigned for CustomDomainIdentityType.

Constructor Details

CustomDomainIdentityType

@Deprecated
public CustomDomainIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomDomainIdentityType value.

Method Details

fromString

public static CustomDomainIdentityType fromString(String name)

Creates or finds a CustomDomainIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CustomDomainIdentityType.

values

public static Collection<CustomDomainIdentityType> values()

Gets known CustomDomainIdentityType values.

Returns:

known CustomDomainIdentityType values.

Applies to