public final class AdministratorType extends com.azure.core.util.ExpandableStringEnum<AdministratorType>
| Modifier and Type | Field and Description |
|---|---|
static AdministratorType |
ACTIVE_DIRECTORY
Static value ActiveDirectory for AdministratorType.
|
| Constructor and Description |
|---|
AdministratorType() |
| Modifier and Type | Method and Description |
|---|---|
static AdministratorType |
fromString(String name)
Creates or finds a AdministratorType from its string representation.
|
static Collection<AdministratorType> |
values() |
public static final AdministratorType ACTIVE_DIRECTORY
public static AdministratorType fromString(String name)
name - a name to look for.public static Collection<AdministratorType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.