| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static IdentityType |
IdentityType.NONE
Static value None for IdentityType.
|
static IdentityType |
IdentityType.SYSTEM_ASSIGNED
Static value SystemAssigned for IdentityType.
|
static IdentityType |
IdentityType.SYSTEM_ASSIGNED_USER_ASSIGNED
Static value SystemAssigned,UserAssigned for IdentityType.
|
static IdentityType |
IdentityType.USER_ASSIGNED
Static value UserAssigned for IdentityType.
|
| Modifier and Type | Method and Description |
|---|---|
static IdentityType |
IdentityType.fromString(String name)
Creates or finds a IdentityType from its string representation.
|
IdentityType |
Identity.type()
Get the type property: The identity type.
|
| Modifier and Type | Method and Description |
|---|---|
Identity |
Identity.withType(IdentityType type)
Set the type property: The identity type.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.