Class AzureMapsManager

java.lang.Object
com.azure.resourcemanager.maps.AzureMapsManager

public final class AzureMapsManager extends Object
Entry point to AzureMapsManager. Azure Maps.
  • Method Details

    • authenticate

      public static AzureMapsManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of AzureMaps service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the AzureMaps service API instance.
    • authenticate

      public static AzureMapsManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of AzureMaps service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the AzureMaps service API instance.
    • configure

      public static AzureMapsManager.Configurable configure()
      Gets a Configurable instance that can be used to create AzureMapsManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • accounts

      public Accounts accounts()
      Gets the resource collection API of Accounts. It manages MapsAccount.
      Returns:
      Resource collection API of Accounts.
    • maps

      public Maps maps()
      Gets the resource collection API of Maps.
      Returns:
      Resource collection API of Maps.
    • creators

      public Creators creators()
      Gets the resource collection API of Creators. It manages Creator.
      Returns:
      Resource collection API of Creators.
    • serviceClient

      public AzureMapsManagementClient serviceClient()
      Returns:
      Wrapped service client AzureMapsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.