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 Managed |
| 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
Managed |
getById(String id)
Get the properties of a specific dashboard for grafana resource. |
|
abstract
Response<Managed |
getByIdWithResponse(String id, Context context)
Get the properties of a specific dashboard for grafana resource. |
|
abstract
Managed |
getByResourceGroup(String resourceGroupName, String dashboardName)
Get the properties of a specific dashboard for grafana resource. |
|
abstract
Response<Managed |
getByResourceGroupWithResponse(String resourceGroupName, String dashboardName, Context context)
Get the properties of a specific dashboard for grafana resource. |
|
abstract
Paged |
list()
List all resources of dashboards under the specified subscription. |
|
abstract
Paged |
list(Context context)
List all resources of dashboards under the specified subscription. |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName)
List all resources of dashboards under the specified resource group. |
|
abstract
Paged |
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:
Returns:
deleteById
public abstract void deleteById(String id)
Delete a dashboard for Grafana resource.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete a dashboard for Grafana resource.
Parameters:
Returns:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String dashboardName)
Delete a dashboard for Grafana resource.
Parameters:
deleteByResourceGroupWithResponse
public abstract Response<Void> deleteByResourceGroupWithResponse(String resourceGroupName, String dashboardName, Context context)
Delete a dashboard for Grafana resource.
Parameters:
Returns:
getById
public abstract ManagedDashboard getById(String id)
Get the properties of a specific dashboard for grafana resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ManagedDashboard> getByIdWithResponse(String id, Context context)
Get the properties of a specific dashboard for grafana resource.
Parameters:
Returns:
getByResourceGroup
public abstract ManagedDashboard getByResourceGroup(String resourceGroupName, String dashboardName)
Get the properties of a specific dashboard for grafana resource.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<ManagedDashboard> getByResourceGroupWithResponse(String resourceGroupName, String dashboardName, Context context)
Get the properties of a specific dashboard for grafana resource.
Parameters:
Returns:
list
public abstract PagedIterable<ManagedDashboard> list()
List all resources of dashboards under the specified subscription.
Returns:
list
public abstract PagedIterable<ManagedDashboard> list(Context context)
List all resources of dashboards under the specified subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<ManagedDashboard> listByResourceGroup(String resourceGroupName)
List all resources of dashboards under the specified resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<ManagedDashboard> listByResourceGroup(String resourceGroupName, Context context)
List all resources of dashboards under the specified resource group.
Parameters:
Returns: