Uses of Class
com.azure.resourcemanager.batch.models.UserIdentity
Packages that use UserIdentity
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of UserIdentity in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return UserIdentityModifier and TypeMethodDescriptionStartTask.userIdentity()Get the userIdentity property: The definition of the user identity under which the task is run.UserIdentity.withAutoUser(AutoUserSpecification autoUser) Set the autoUser property: Specifies the parameters for the auto user that runs a task on the Batch service.UserIdentity.withUsername(String username) Set the username property: The name of the user identity under which the task is run.Methods in com.azure.resourcemanager.batch.models with parameters of type UserIdentityModifier and TypeMethodDescriptionStartTask.withUserIdentity(UserIdentity userIdentity) Set the userIdentity property: The definition of the user identity under which the task is run.