public final class IdentityType extends com.microsoft.rest.ExpandableStringEnum<IdentityType>
| Modifier and Type | Field and Description |
|---|---|
static IdentityType |
SYSTEM_ASSIGNED
Static value SystemAssigned 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 SYSTEM_ASSIGNED
public static IdentityType fromString(String name)
name - a name to look forpublic static Collection<IdentityType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/