public class EnvironmentCredentialBuilder extends CredentialBuilderBase<EnvironmentCredentialBuilder>
EnvironmentCredential
.EnvironmentCredential
Constructor and Description |
---|
EnvironmentCredentialBuilder() |
Modifier and Type | Method and Description |
---|---|
EnvironmentCredentialBuilder |
authorityHost(String authorityHost)
Specifies the Azure Active Directory endpoint to acquire tokens.
|
EnvironmentCredential |
build()
Creates a new
EnvironmentCredential with the current configurations. |
maxRetry, proxyOptions, retryTimeout
public EnvironmentCredentialBuilder authorityHost(String authorityHost)
authorityHost
- the Azure Active Directory endpointpublic EnvironmentCredential build()
EnvironmentCredential
with the current configurations.EnvironmentCredential
with the current configurations.Copyright © 2019 Microsoft Corporation. All rights reserved.