Uses of Class
com.azure.compute.batch.models.BatchNodeIdentityReference
Packages that use BatchNodeIdentityReference
-
Uses of BatchNodeIdentityReference in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodeIdentityReferenceModifier and TypeMethodDescriptionstatic BatchNodeIdentityReference
BatchNodeIdentityReference.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodeIdentityReference from the JsonReader.AzureBlobFileSystemConfiguration.getIdentityReference()
Get the identityReference property: The reference to the user assigned identity to use to access containerName.ContainerRegistryReference.getIdentityReference()
Get the identityReference property: The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.OutputFileBlobContainerDestination.getIdentityReference()
Get the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.ResourceFile.getIdentityReference()
Get the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by storageContainerUrl or httpUrl.UploadBatchServiceLogsContent.getIdentityReference()
Get the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.BatchNodeIdentityReference.setResourceId
(String resourceId) Set the resourceId property: The ARM resource id of the user assigned identity.Methods in com.azure.compute.batch.models with parameters of type BatchNodeIdentityReferenceModifier and TypeMethodDescriptionAzureBlobFileSystemConfiguration.setIdentityReference
(BatchNodeIdentityReference identityReference) Set the identityReference property: The reference to the user assigned identity to use to access containerName.ContainerRegistryReference.setIdentityReference
(BatchNodeIdentityReference identityReference) Set the identityReference property: The reference to the user assigned identity to use to access an Azure Container Registry instead of username and password.OutputFileBlobContainerDestination.setIdentityReference
(BatchNodeIdentityReference identityReference) Set the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.ResourceFile.setIdentityReference
(BatchNodeIdentityReference identityReference) Set the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by storageContainerUrl or httpUrl.UploadBatchServiceLogsContent.setIdentityReference
(BatchNodeIdentityReference identityReference) Set the identityReference property: The reference to the user assigned identity to use to access Azure Blob Storage specified by containerUrl.