Uses of Class
com.azure.resourcemanager.batch.models.UserIdentity
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of UserIdentity in com.azure.resourcemanager.batch.models
Modifier 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.Modifier and TypeMethodDescriptionStartTask.withUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The definition of the user identity under which the task is run.