Class DashboardManager

java.lang.Object
com.azure.resourcemanager.dashboard.DashboardManager

public final class DashboardManager extends Object
Entry point to DashboardManager. The Microsoft.Dashboard Rest API spec.
  • Method Details

    • authenticate

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

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

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

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

      public Grafanas grafanas()
      Gets the resource collection API of Grafanas. It manages ManagedGrafana.
      Returns:
      Resource collection API of Grafanas.
    • privateEndpointConnections

      public PrivateEndpointConnections privateEndpointConnections()
      Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
      Returns:
      Resource collection API of PrivateEndpointConnections.
    • privateLinkResources

      public PrivateLinkResources privateLinkResources()
      Gets the resource collection API of PrivateLinkResources.
      Returns:
      Resource collection API of PrivateLinkResources.
    • serviceClient

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