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 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