Uses of Class
com.azure.compute.batch.models.AuthenticationTokenSettings
Packages that use AuthenticationTokenSettings
-
Uses of AuthenticationTokenSettings in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return AuthenticationTokenSettingsModifier and TypeMethodDescriptionstatic AuthenticationTokenSettings
AuthenticationTokenSettings.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AuthenticationTokenSettings from the JsonReader.BatchJobManagerTask.getAuthenticationTokenSettings()
Get the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.BatchTask.getAuthenticationTokenSettings()
Get the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.BatchTaskCreateContent.getAuthenticationTokenSettings()
Get the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.AuthenticationTokenSettings.setAccess
(List<AccessScope> access) Set the access property: The Batch resources to which the token grants access.Methods in com.azure.compute.batch.models with parameters of type AuthenticationTokenSettingsModifier and TypeMethodDescriptionBatchJobManagerTask.setAuthenticationTokenSettings
(AuthenticationTokenSettings authenticationTokenSettings) Set the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.BatchTaskCreateContent.setAuthenticationTokenSettings
(AuthenticationTokenSettings authenticationTokenSettings) Set the authenticationTokenSettings property: The settings for an authentication token that the Task can use to perform Batch service operations.