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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AzureResourceManager.Authenticatedauthenticate(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, withRetryPolicy, withScope, withScopes
-
-
-
-
Method Detail
-
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
-
-