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