Class CustomLocationsManager

java.lang.Object
com.azure.resourcemanager.extendedlocation.CustomLocationsManager

public final class CustomLocationsManager extends Object
Entry point to CustomLocationsManager. The customLocations Rest API spec.
  • Method Details

    • authenticate

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

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

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

      public CustomLocations customLocations()
      Gets the resource collection API of CustomLocations. It manages CustomLocation.
      Returns:
      Resource collection API of CustomLocations.
    • resourceSyncRules

      public ResourceSyncRules resourceSyncRules()
      Gets the resource collection API of ResourceSyncRules. It manages ResourceSyncRule.
      Returns:
      Resource collection API of ResourceSyncRules.
    • serviceClient

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