Uses of Class
com.microsoft.azure.management.batch.UserIdentity
-
-
Uses of UserIdentity in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return UserIdentity Modifier and Type Method Description UserIdentityStartTask. userIdentity()Get the userIdentity value.UserIdentityUserIdentity. withAutoUser(AutoUserSpecification autoUser)Set the autoUser value.UserIdentityUserIdentity. withUserName(String userName)Set the userName value.Methods in com.microsoft.azure.management.batch with parameters of type UserIdentity Modifier and Type Method Description StartTaskStartTask. withUserIdentity(UserIdentity userIdentity)Set the userIdentity value.
-