ManagedDashboards Interface

public interface ManagedDashboards

Resource collection API of ManagedDashboards.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new ManagedDashboard resource.

abstract void deleteById(String id)

Delete a dashboard for Grafana resource.

abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Delete a dashboard for Grafana resource.

abstract void deleteByResourceGroup(String resourceGroupName, String dashboardName)

Delete a dashboard for Grafana resource.

abstract Response<Void> deleteByResourceGroupWithResponse(String resourceGroupName, String dashboardName, Context context)

Delete a dashboard for Grafana resource.

abstract ManagedDashboard getById(String id)

Get the properties of a specific dashboard for grafana resource.

abstract Response<ManagedDashboard> getByIdWithResponse(String id, Context context)

Get the properties of a specific dashboard for grafana resource.

abstract ManagedDashboard getByResourceGroup(String resourceGroupName, String dashboardName)

Get the properties of a specific dashboard for grafana resource.

abstract Response<ManagedDashboard> getByResourceGroupWithResponse(String resourceGroupName, String dashboardName, Context context)

Get the properties of a specific dashboard for grafana resource.

abstract PagedIterable<ManagedDashboard> list()

List all resources of dashboards under the specified subscription.

abstract PagedIterable<ManagedDashboard> list(Context context)

List all resources of dashboards under the specified subscription.

abstract PagedIterable<ManagedDashboard> listByResourceGroup(String resourceGroupName)

List all resources of dashboards under the specified resource group.

abstract PagedIterable<ManagedDashboard> listByResourceGroup(String resourceGroupName, Context context)

List all resources of dashboards under the specified resource group.

Method Details

define

public abstract ManagedDashboard.DefinitionStages.Blank define(String name)

Begins definition for a new ManagedDashboard resource.

Parameters:

name - resource name.

Returns:

the first stage of the new ManagedDashboard definition.

deleteById

public abstract void deleteById(String id)

Delete a dashboard for Grafana resource.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Delete a dashboard for Grafana resource.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

deleteByResourceGroup

public abstract void deleteByResourceGroup(String resourceGroupName, String dashboardName)

Delete a dashboard for Grafana resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dashboardName - The name of the Azure Managed Dashboard.

deleteByResourceGroupWithResponse

public abstract Response<Void> deleteByResourceGroupWithResponse(String resourceGroupName, String dashboardName, Context context)

Delete a dashboard for Grafana resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dashboardName - The name of the Azure Managed Dashboard.
context - The context to associate with this operation.

Returns:

getById

public abstract ManagedDashboard getById(String id)

Get the properties of a specific dashboard for grafana resource.

Parameters:

id - the resource ID.

Returns:

the properties of a specific dashboard for grafana resource along with Response<T>.

getByIdWithResponse

public abstract Response<ManagedDashboard> getByIdWithResponse(String id, Context context)

Get the properties of a specific dashboard for grafana resource.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

the properties of a specific dashboard for grafana resource along with Response<T>.

getByResourceGroup

public abstract ManagedDashboard getByResourceGroup(String resourceGroupName, String dashboardName)

Get the properties of a specific dashboard for grafana resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dashboardName - The name of the Azure Managed Dashboard.

Returns:

the properties of a specific dashboard for grafana resource.

getByResourceGroupWithResponse

public abstract Response<ManagedDashboard> getByResourceGroupWithResponse(String resourceGroupName, String dashboardName, Context context)

Get the properties of a specific dashboard for grafana resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dashboardName - The name of the Azure Managed Dashboard.
context - The context to associate with this operation.

Returns:

the properties of a specific dashboard for grafana resource along with Response<T>.

list

public abstract PagedIterable<ManagedDashboard> list()

List all resources of dashboards under the specified subscription.

Returns:

paged collection of ManagedDashboard items as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ManagedDashboard> list(Context context)

List all resources of dashboards under the specified subscription.

Parameters:

context - The context to associate with this operation.

Returns:

paged collection of ManagedDashboard items as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<ManagedDashboard> listByResourceGroup(String resourceGroupName)

List all resources of dashboards under the specified resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.

Returns:

paged collection of ManagedDashboard items as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<ManagedDashboard> listByResourceGroup(String resourceGroupName, Context context)

List all resources of dashboards under the specified resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
context - The context to associate with this operation.

Returns:

paged collection of ManagedDashboard items as paginated response with PagedIterable<T>.

Applies to