DashboardManager Class

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

public final class DashboardManager

Entry point to DashboardManager. The Microsoft.Dashboard Rest API spec.

Method Summary

Modifier and Type Method and Description
static DashboardManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Dashboard service API entry point.

static DashboardManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Dashboard service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create DashboardManager with optional configuration.

Grafanas grafanas()

Gets the resource collection API of Grafanas.

IntegrationFabrics integrationFabrics()

Gets the resource collection API of IntegrationFabrics.

ManagedDashboards managedDashboards()

Gets the resource collection API of ManagedDashboards.

ManagedPrivateEndpoints managedPrivateEndpoints()

Gets the resource collection API of ManagedPrivateEndpoints.

Operations operations()

Gets the resource collection API of Operations.

PrivateEndpointConnections privateEndpointConnections()

Gets the resource collection API of PrivateEndpointConnections.

PrivateLinkResources privateLinkResources()

Gets the resource collection API of PrivateLinkResources.

DashboardManagementClient serviceClient()

Gets wrapped service client DashboardManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Methods inherited from java.lang.Object

Method Details

authenticate

public static DashboardManager authenticate(HttpPipeline httpPipeline, 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.

authenticate

public static DashboardManager authenticate(TokenCredential credential, 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.

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.

grafanas

public Grafanas grafanas()

Gets the resource collection API of Grafanas. It manages ManagedGrafana.

Returns:

Resource collection API of Grafanas.

integrationFabrics

public IntegrationFabrics integrationFabrics()

Gets the resource collection API of IntegrationFabrics. It manages IntegrationFabric.

Returns:

Resource collection API of IntegrationFabrics.

managedDashboards

public ManagedDashboards managedDashboards()

Gets the resource collection API of ManagedDashboards. It manages ManagedDashboard.

Returns:

Resource collection API of ManagedDashboards.

managedPrivateEndpoints

public ManagedPrivateEndpoints managedPrivateEndpoints()

Gets the resource collection API of ManagedPrivateEndpoints. It manages ManagedPrivateEndpointModel.

Returns:

Resource collection API of ManagedPrivateEndpoints.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

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()

Gets wrapped service client DashboardManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client DashboardManagementClient.

Applies to