DashboardManagementClient Interface

public interface DashboardManagementClient

The interface for DashboardManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Version parameter.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets Service host.

abstract GrafanasClient getGrafanas()

Gets the GrafanasClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract IntegrationFabricsClient getIntegrationFabrics()

Gets the IntegrationFabricsClient object to access its operations.

abstract ManagedDashboardsClient getManagedDashboards()

Gets the ManagedDashboardsClient object to access its operations.

abstract ManagedPrivateEndpointsClient getManagedPrivateEndpoints()

Gets the ManagedPrivateEndpointsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Version parameter.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets Service host.

Returns:

the endpoint value.

getGrafanas

public abstract GrafanasClient getGrafanas()

Gets the GrafanasClient object to access its operations.

Returns:

the GrafanasClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getIntegrationFabrics

public abstract IntegrationFabricsClient getIntegrationFabrics()

Gets the IntegrationFabricsClient object to access its operations.

Returns:

the IntegrationFabricsClient object.

getManagedDashboards

public abstract ManagedDashboardsClient getManagedDashboards()

Gets the ManagedDashboardsClient object to access its operations.

Returns:

the ManagedDashboardsClient object.

getManagedPrivateEndpoints

public abstract ManagedPrivateEndpointsClient getManagedPrivateEndpoints()

Gets the ManagedPrivateEndpointsClient object to access its operations.

Returns:

the ManagedPrivateEndpointsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

Applies to