Interface Azure.Configurable

All Superinterfaces:
AzureConfigurable<Azure.Configurable>
Enclosing class:
Azure

public static interface Azure.Configurable extends AzureConfigurable<Azure.Configurable>
The interface allowing configurations to be made on the client.
  • Method Details

    • authenticate

      Azure.Authenticated authenticate(com.microsoft.azure.credentials.AzureTokenCredentials credentials)
      Authenticates API access based on the provided credentials.
      Parameters:
      credentials - The credentials to authenticate API access with
      Returns:
      the authenticated Azure client
    • authenticate

      Azure.Authenticated authenticate(File credentialsFile) throws IOException
      Authenticates API access using a properties file containing the required credentials.
      Parameters:
      credentialsFile - the file containing the credentials in the standard Java properties file format following the same schema as Azure.authenticate(File).

      Returns:
      Authenticated Azure client
      Throws:
      IOException - exceptions thrown from file access