Class PowerBIDedicatedManager

java.lang.Object
com.azure.resourcemanager.powerbidedicated.PowerBIDedicatedManager

public final class PowerBIDedicatedManager extends Object
Entry point to PowerBIDedicatedManager. PowerBI Dedicated Web API provides a RESTful set of web services that enables users to create, retrieve, update, and delete Power BI dedicated capacities.
  • Method Details

    • authenticate

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

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

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

      public Capacities capacities()
      Gets the resource collection API of Capacities. It manages DedicatedCapacity.
      Returns:
      Resource collection API of Capacities.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • autoScaleVCores

      public AutoScaleVCores autoScaleVCores()
      Gets the resource collection API of AutoScaleVCores. It manages AutoScaleVCore.
      Returns:
      Resource collection API of AutoScaleVCores.
    • serviceClient

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