| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Identity |
StorageAccountInner.identity()
Get the identity property: The identity of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountInner |
StorageAccountInner.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
Identity |
StorageAccountUpdateParameters.identity()
Get the identity property: The identity of the resource.
|
Identity |
StorageAccountCreateParameters.identity()
Get the identity property: The identity of the resource.
|
Identity |
Identity.withType(IdentityType type)
Set the type property: The identity type.
|
Identity |
Identity.withUserAssignedIdentities(Map<String,UserAssignedIdentity> userAssignedIdentities)
Set the userAssignedIdentities property: Gets or sets a list of key value pairs that describe the set of User
Assigned identities that will be used with this storage account.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.