public final class ManagedServiceIdentityType extends ExpandableStringEnum<ManagedServiceIdentityType>
Modifier and Type | Field and Description |
---|---|
static ManagedServiceIdentityType |
NONE
Static value None for ManagedServiceIdentityType.
|
static ManagedServiceIdentityType |
SYSTEM_ASSIGNED
Static value SystemAssigned for ManagedServiceIdentityType.
|
static ManagedServiceIdentityType |
SYSTEM_ASSIGNED_USER_ASSIGNED
Static value SystemAssigned, UserAssigned for ManagedServiceIdentityType.
|
static ManagedServiceIdentityType |
USER_ASSIGNED
Static value UserAssigned for ManagedServiceIdentityType.
|
Constructor and Description |
---|
ManagedServiceIdentityType() |
Modifier and Type | Method and Description |
---|---|
static ManagedServiceIdentityType |
fromString(String name)
Creates or finds a ManagedServiceIdentityType from its string representation.
|
static Collection<ManagedServiceIdentityType> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ManagedServiceIdentityType SYSTEM_ASSIGNED
public static final ManagedServiceIdentityType USER_ASSIGNED
public static final ManagedServiceIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED
public static final ManagedServiceIdentityType NONE
public static ManagedServiceIdentityType fromString(String name)
name
- a name to look forpublic static Collection<ManagedServiceIdentityType> values()
Copyright © 2019. All rights reserved.