Uses of Class
com.azure.resourcemanager.batch.models.ComputeNodeIdentityReference
Packages that use ComputeNodeIdentityReference
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ComputeNodeIdentityReference in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ComputeNodeIdentityReferenceModifier and TypeMethodDescriptionAzureBlobFileSystemConfiguration.identityReference()Get the identityReference property: This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.ContainerRegistry.identityReference()Get the identityReference property: The reference to a user assigned identity associated with the Batch pool which a compute node will use.ResourceFile.identityReference()Get the identityReference property: The reference to a user assigned identity associated with the Batch pool which a compute node will use.AutoStorageBaseProperties.nodeIdentityReference()Get the nodeIdentityReference property: 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 resourceId property: The ARM resource id of the user assigned identity.Methods in com.azure.resourcemanager.batch.models with parameters of type ComputeNodeIdentityReferenceModifier and TypeMethodDescriptionAzureBlobFileSystemConfiguration.withIdentityReference(ComputeNodeIdentityReference identityReference) Set the identityReference property: This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.ContainerRegistry.withIdentityReference(ComputeNodeIdentityReference identityReference) Set the identityReference property: The reference to a user assigned identity associated with the Batch pool which a compute node will use.ResourceFile.withIdentityReference(ComputeNodeIdentityReference identityReference) Set the identityReference property: The reference to a user assigned identity associated with the Batch pool which a compute node will use.AutoStorageBaseProperties.withNodeIdentityReference(ComputeNodeIdentityReference nodeIdentityReference) Set the nodeIdentityReference property: The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.AutoStorageProperties.withNodeIdentityReference(ComputeNodeIdentityReference nodeIdentityReference) Set the nodeIdentityReference property: The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.