| Modifier and Type | Field and Description |
|---|---|
static ManagedServiceIdentityType |
ManagedServiceIdentityType.SYSTEM_ASSIGNED
Static value SystemAssigned for ManagedServiceIdentityType.
|
static ManagedServiceIdentityType |
ManagedServiceIdentityType.USER_ASSIGNED
Static value UserAssigned for ManagedServiceIdentityType.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedServiceIdentityType |
ManagedServiceIdentityType.fromString(String name)
Creates or finds a ManagedServiceIdentityType from its string representation.
|
ManagedServiceIdentityType |
ManagedServiceIdentity.type()
Get type of managed service identity.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ManagedServiceIdentityType> |
ManagedServiceIdentityType.values() |
| Modifier and Type | Method and Description |
|---|---|
ManagedServiceIdentity |
ManagedServiceIdentity.withType(ManagedServiceIdentityType type)
Set type of managed service identity.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/