public final class IdentityType extends com.azure.core.util.ExpandableStringEnum<IdentityType>
| Modifier and Type | Field and Description |
|---|---|
static IdentityType |
NONE
Static value None for IdentityType.
|
static IdentityType |
SYSTEM_ASSIGNED
Static value SystemAssigned for IdentityType.
|
static IdentityType |
SYSTEM_ASSIGNED_USER_ASSIGNED
Static value SystemAssigned,UserAssigned for IdentityType.
|
static IdentityType |
USER_ASSIGNED
Static value UserAssigned for IdentityType.
|
| Constructor and Description |
|---|
IdentityType() |
| Modifier and Type | Method and Description |
|---|---|
static IdentityType |
fromString(String name)
Creates or finds a IdentityType from its string representation.
|
static Collection<IdentityType> |
values() |
public static final IdentityType NONE
public static final IdentityType SYSTEM_ASSIGNED
public static final IdentityType USER_ASSIGNED
public static final IdentityType SYSTEM_ASSIGNED_USER_ASSIGNED
public static IdentityType fromString(String name)
name - a name to look for.public static Collection<IdentityType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.