Package com.azure.resourcemanager
Interface AzureResourceManager.Configurable
- All Superinterfaces:
AzureConfigurable<AzureResourceManager.Configurable>
- Enclosing class:
- AzureResourceManager
public static interface AzureResourceManager.Configurable
extends AzureConfigurable<AzureResourceManager.Configurable>
The interface allowing configurations to be made on the client.
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Authenticates API access based on the provided credential.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.AzureConfigurable
withAuxiliaryCredential, withAuxiliaryCredentials, withConfiguration, withHttpClient, withLogLevel, withLogOptions, withPolicy, withRetryOptions, withRetryPolicy, withScope, withScopes
-
Method Details
-
authenticate
AzureResourceManager.Authenticated authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Authenticates API access based on the provided credential.- Parameters:
credential- The credential to authenticate API access withprofile- the profile to use- Returns:
- the authenticated Azure client
-