public class AzurePowerShellCredentialBuilder extends CredentialBuilderBase<AzurePowerShellCredentialBuilder>
AzurePowerShellCredential.AzurePowerShellCredential| Constructor and Description |
|---|
AzurePowerShellCredentialBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AzurePowerShellCredential |
build()
Creates a new
AzurePowerShellCredential with the current configurations. |
AzurePowerShellCredentialBuilder |
tenantId(String tenantId)
Sets the tenant ID of the application.
|
configuration, httpClient, httpPipeline, maxRetry, proxyOptions, retryTimeoutpublic AzurePowerShellCredentialBuilder tenantId(String tenantId)
tenantId - the tenant ID of the application.public AzurePowerShellCredential build()
AzurePowerShellCredential with the current configurations.AzurePowerShellCredential with the current configurations.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.