DashboardManager Class
- java.
lang. Object - com.
azure. resourcemanager. dashboard. DashboardManager
- com.
public final class DashboardManager
Entry point to DashboardManager. The Microsoft.Dashboard Rest API spec.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dashboard |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Dashboard service API entry point. |
|
static
Dashboard |
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 Dashboard |
| Grafanas |
grafanas()
Gets the resource collection API of Grafanas. |
|
Integration |
integrationFabrics()
Gets the resource collection API of Integration |
|
Managed |
managedDashboards()
Gets the resource collection API of Managed |
|
Managed |
managedPrivateEndpoints()
Gets the resource collection API of Managed |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Private |
privateEndpointConnections()
Gets the resource collection API of Private |
|
Private |
privateLinkResources()
Gets the resource collection API of Private |
|
Dashboard |
serviceClient()
Gets wrapped service client Dashboard |
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:
Returns:
authenticate
public static DashboardManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Dashboard service API entry point.
Parameters:
Returns:
configure
public static DashboardManager.Configurable configure()
Gets a Configurable instance that can be used to create DashboardManager with optional configuration.
Returns:
grafanas
public Grafanas grafanas()
Gets the resource collection API of Grafanas. It manages ManagedGrafana.
Returns:
integrationFabrics
public IntegrationFabrics integrationFabrics()
Gets the resource collection API of IntegrationFabrics. It manages IntegrationFabric.
Returns:
managedDashboards
public ManagedDashboards managedDashboards()
Gets the resource collection API of ManagedDashboards. It manages ManagedDashboard.
Returns:
managedPrivateEndpoints
public ManagedPrivateEndpoints managedPrivateEndpoints()
Gets the resource collection API of ManagedPrivateEndpoints. It manages ManagedPrivateEndpointModel.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
privateEndpointConnections
public PrivateEndpointConnections privateEndpointConnections()
Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
Returns:
privateLinkResources
public PrivateLinkResources privateLinkResources()
Gets the resource collection API of PrivateLinkResources.
Returns:
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: