Uses of Class
com.microsoft.azure.management.batch.ComputeNodeIdentityReference
Packages that use ComputeNodeIdentityReference
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ComputeNodeIdentityReference in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ComputeNodeIdentityReferenceModifier 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.Methods in com.microsoft.azure.management.batch with parameters of type ComputeNodeIdentityReferenceModifier 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.