Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationTokenSettings |
TaskAddParameter.authenticationTokenSettings()
Get the authenticationTokenSettings value.
|
AuthenticationTokenSettings |
CloudTask.authenticationTokenSettings()
Get the authenticationTokenSettings value.
|
AuthenticationTokenSettings |
JobManagerTask.authenticationTokenSettings()
Get the authenticationTokenSettings value.
|
AuthenticationTokenSettings |
AuthenticationTokenSettings.withAccess(List<AccessScope> access)
Set the access value.
|
Modifier and Type | Method and Description |
---|---|
TaskAddParameter |
TaskAddParameter.withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
Set the authenticationTokenSettings value.
|
CloudTask |
CloudTask.withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
Set the authenticationTokenSettings value.
|
JobManagerTask |
JobManagerTask.withAuthenticationTokenSettings(AuthenticationTokenSettings authenticationTokenSettings)
Set the authenticationTokenSettings value.
|
Copyright © 2019. All rights reserved.