Interface AzureResourceManager.Configurable

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.AzureConfigurable<AzureResourceManager.Configurable>
Enclosing class:
AzureResourceManager

public static interface AzureResourceManager.Configurable extends com.azure.resourcemanager.resources.fluentcore.arm.AzureConfigurable<AzureResourceManager.Configurable>
The interface allowing configurations to be made on the client.
  • Method Summary

    Modifier and Type
    Method
    Description
    authenticate(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 with
      profile - the profile to use
      Returns:
      the authenticated Azure client