Uses of Class
com.microsoft.azure.management.batch.UserIdentity
Packages that use UserIdentity
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of UserIdentity in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return UserIdentityModifier and TypeMethodDescriptionStartTask.userIdentity()
Get if omitted, the task runs as a non-administrative user unique to the task.UserIdentity.withAutoUser
(AutoUserSpecification autoUser) Set the userName and autoUser properties are mutually exclusive; you must specify one but not both.UserIdentity.withUserName
(String userName) Set the userName and autoUser properties are mutually exclusive; you must specify one but not both.Methods in com.microsoft.azure.management.batch with parameters of type UserIdentityModifier and TypeMethodDescriptionStartTask.withUserIdentity
(UserIdentity userIdentity) Set if omitted, the task runs as a non-administrative user unique to the task.