Uses of Class
com.azure.compute.batch.models.UserIdentity
Packages that use UserIdentity
-
Uses of UserIdentity in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return UserIdentityModifier and TypeMethodDescriptionstatic UserIdentity
UserIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of UserIdentity from the JsonReader.BatchJobManagerTask.getUserIdentity()
Get the userIdentity property: The user identity under which the Job Manager Task runs.BatchJobPreparationTask.getUserIdentity()
Get the userIdentity property: The user identity under which the Job Preparation Task runs.BatchJobReleaseTask.getUserIdentity()
Get the userIdentity property: The user identity under which the Job Release Task runs.BatchStartTask.getUserIdentity()
Get the userIdentity property: The user identity under which the StartTask runs.BatchTask.getUserIdentity()
Get the userIdentity property: The user identity under which the Task runs.BatchTaskCreateContent.getUserIdentity()
Get the userIdentity property: The user identity under which the Task runs.UserIdentity.setAutoUser
(AutoUserSpecification autoUser) Set the autoUser property: The auto user under which the Task is run.UserIdentity.setUsername
(String username) Set the username property: The name of the user identity under which the Task is run.Methods in com.azure.compute.batch.models with parameters of type UserIdentityModifier and TypeMethodDescriptionBatchJobManagerTask.setUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The user identity under which the Job Manager Task runs.BatchJobPreparationTask.setUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The user identity under which the Job Preparation Task runs.BatchJobReleaseTask.setUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The user identity under which the Job Release Task runs.BatchStartTask.setUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The user identity under which the StartTask runs.BatchTaskCreateContent.setUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The user identity under which the Task runs.