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