Uses of Class
com.microsoft.azure.management.batch.ComputeNodeIdentityReference
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ComputeNodeIdentityReference in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionAzureBlobFileSystemConfiguration.identityReference()
Get this property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.ContainerRegistry.identityReference()
Get the identityReference value.ResourceFile.identityReference()
Get the identityReference value.AutoStorageBaseProperties.nodeIdentityReference()
Get the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.ComputeNodeIdentityReference.withResourceId
(String resourceId) Set the ARM resource id of the user assigned identity.Modifier and TypeMethodDescriptionAzureBlobFileSystemConfiguration.withIdentityReference
(ComputeNodeIdentityReference identityReference) Set this property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.ContainerRegistry.withIdentityReference
(ComputeNodeIdentityReference identityReference) Set the identityReference value.ResourceFile.withIdentityReference
(ComputeNodeIdentityReference identityReference) Set the identityReference value.AutoStorageBaseProperties.withNodeIdentityReference
(ComputeNodeIdentityReference nodeIdentityReference) Set the identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.