| Modifier and Type | Method and Description |
|---|---|
ComputeNodeIdentityReference |
AzureBlobFileSystemConfiguration.identityReference()
Get this property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
|
ComputeNodeIdentityReference |
ContainerRegistry.identityReference()
Get the identityReference value.
|
ComputeNodeIdentityReference |
ResourceFile.identityReference()
Get the identityReference value.
|
ComputeNodeIdentityReference |
AutoStorageBaseProperties.nodeIdentityReference()
Get the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.
|
ComputeNodeIdentityReference |
ComputeNodeIdentityReference.withResourceId(String resourceId)
Set the ARM resource id of the user assigned identity.
|
| Modifier and Type | Method and Description |
|---|---|
AzureBlobFileSystemConfiguration |
AzureBlobFileSystemConfiguration.withIdentityReference(ComputeNodeIdentityReference identityReference)
Set this property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
|
ContainerRegistry |
ContainerRegistry.withIdentityReference(ComputeNodeIdentityReference identityReference)
Set the identityReference value.
|
ResourceFile |
ResourceFile.withIdentityReference(ComputeNodeIdentityReference identityReference)
Set the identityReference value.
|
AutoStorageBaseProperties |
AutoStorageBaseProperties.withNodeIdentityReference(ComputeNodeIdentityReference nodeIdentityReference)
Set the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/