EventSubscriptionIdentityType Class

public final class EventSubscriptionIdentityType
extends ExpandableStringEnum<EventSubscriptionIdentityType>

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.

Field Summary

Modifier and Type Field and Description
static final EventSubscriptionIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for EventSubscriptionIdentityType.

static final EventSubscriptionIdentityType USER_ASSIGNED

Static value UserAssigned for EventSubscriptionIdentityType.

Constructor Summary

Constructor Description
EventSubscriptionIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EventSubscriptionIdentityType value.

Method Summary

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

Creates or finds a EventSubscriptionIdentityType from its string representation.

static Collection<EventSubscriptionIdentityType> values()

Gets known EventSubscriptionIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SYSTEM_ASSIGNED

public static final EventSubscriptionIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for EventSubscriptionIdentityType.

USER_ASSIGNED

public static final EventSubscriptionIdentityType USER_ASSIGNED

Static value UserAssigned for EventSubscriptionIdentityType.

Constructor Details

EventSubscriptionIdentityType

@Deprecated
public EventSubscriptionIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EventSubscriptionIdentityType value.

Method Details

fromString

public static EventSubscriptionIdentityType fromString(String name)

Creates or finds a EventSubscriptionIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EventSubscriptionIdentityType.

values

public static Collection values()

Gets known EventSubscriptionIdentityType values.

Returns:

known EventSubscriptionIdentityType values.

Applies to