Uses of Class
com.microsoft.azure.management.batch.UserIdentity
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of UserIdentity in com.microsoft.azure.management.batch
Modifier 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.Modifier and TypeMethodDescriptionStartTask.withUserIdentity
(UserIdentity userIdentity) Set if omitted, the task runs as a non-administrative user unique to the task.