public class ManagedIdentityCredentialBuilder extends CredentialBuilderBase<ManagedIdentityCredentialBuilder>
ManagedIdentityCredential.ManagedIdentityCredential| Constructor and Description |
|---|
ManagedIdentityCredentialBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ManagedIdentityCredential |
build()
Creates a new
ManagedIdentityCredential with the current configurations. |
ManagedIdentityCredentialBuilder |
clientId(String clientId)
Specifies the client ID of user assigned or system assigned identity.
|
httpClient, httpPipeline, maxRetry, proxyOptions, retryTimeoutpublic ManagedIdentityCredentialBuilder clientId(String clientId)
clientId - the client IDpublic ManagedIdentityCredential build()
ManagedIdentityCredential with the current configurations.ManagedIdentityCredential with the current configurations.Copyright © 2020 Microsoft Corporation. All rights reserved.