315 строки
24 KiB
YAML
315 строки
24 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.dashboard.models.Grafanas"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas"
|
|
name: "Grafanas"
|
|
nameWithType: "Grafanas"
|
|
summary: "Resource collection API of Grafanas."
|
|
syntax: "public interface **Grafanas**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.checkEnterpriseDetails(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.checkEnterpriseDetails(String resourceGroupName, String workspaceName)"
|
|
name: "checkEnterpriseDetails(String resourceGroupName, String workspaceName)"
|
|
nameWithType: "Grafanas.checkEnterpriseDetails(String resourceGroupName, String workspaceName)"
|
|
summary: "Retrieve enterprise add-on details information."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract EnterpriseDetails checkEnterpriseDetails(String resourceGroupName, String workspaceName)"
|
|
desc: "Retrieve enterprise add-on details information."
|
|
returns:
|
|
description: "enterprise details of a Grafana instance."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.EnterpriseDetails?alt=com.azure.resourcemanager.dashboard.models.EnterpriseDetails&text=EnterpriseDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.checkEnterpriseDetailsWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.checkEnterpriseDetailsWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
name: "checkEnterpriseDetailsWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
nameWithType: "Grafanas.checkEnterpriseDetailsWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
summary: "Retrieve enterprise add-on details information."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<EnterpriseDetails> checkEnterpriseDetailsWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
desc: "Retrieve enterprise add-on details information."
|
|
returns:
|
|
description: "enterprise details of a Grafana instance along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.EnterpriseDetails?alt=com.azure.resourcemanager.dashboard.models.EnterpriseDetails&text=EnterpriseDetails\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Grafanas.define(String name)"
|
|
summary: "Begins definition for a new Managed<wbr>Grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ManagedGrafana.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new ManagedGrafana resource."
|
|
returns:
|
|
description: "the first stage of the new ManagedGrafana definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafana.DefinitionStages.Blank?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafana.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.delete(String resourceGroupName, String workspaceName, Context context)"
|
|
name: "delete(String resourceGroupName, String workspaceName, Context context)"
|
|
nameWithType: "Grafanas.delete(String resourceGroupName, String workspaceName, Context context)"
|
|
summary: "Delete a workspace for Grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String workspaceName, Context context)"
|
|
desc: "Delete a workspace for Grafana resource."
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Grafanas.deleteById(String id)"
|
|
summary: "Delete a workspace for Grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Delete a workspace for Grafana resource."
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Grafanas.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Delete a workspace for Grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Delete a workspace for Grafana resource."
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.deleteByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.deleteByResourceGroup(String resourceGroupName, String workspaceName)"
|
|
name: "deleteByResourceGroup(String resourceGroupName, String workspaceName)"
|
|
nameWithType: "Grafanas.deleteByResourceGroup(String resourceGroupName, String workspaceName)"
|
|
summary: "Delete a workspace for Grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String workspaceName)"
|
|
desc: "Delete a workspace for Grafana resource."
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.fetchAvailablePlugins(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.fetchAvailablePlugins(String resourceGroupName, String workspaceName)"
|
|
name: "fetchAvailablePlugins(String resourceGroupName, String workspaceName)"
|
|
nameWithType: "Grafanas.fetchAvailablePlugins(String resourceGroupName, String workspaceName)"
|
|
summary: "The fetch<wbr>Available<wbr>Plugins operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract GrafanaAvailablePluginListResponse fetchAvailablePlugins(String resourceGroupName, String workspaceName)"
|
|
desc: "The fetchAvailablePlugins operation."
|
|
returns:
|
|
description: "the response."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.GrafanaAvailablePluginListResponse?alt=com.azure.resourcemanager.dashboard.models.GrafanaAvailablePluginListResponse&text=GrafanaAvailablePluginListResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.fetchAvailablePluginsWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.fetchAvailablePluginsWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
name: "fetchAvailablePluginsWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
nameWithType: "Grafanas.fetchAvailablePluginsWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
summary: "The fetch<wbr>Available<wbr>Plugins operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<GrafanaAvailablePluginListResponse> fetchAvailablePluginsWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
desc: "The fetchAvailablePlugins operation."
|
|
returns:
|
|
description: "the response body along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.GrafanaAvailablePluginListResponse?alt=com.azure.resourcemanager.dashboard.models.GrafanaAvailablePluginListResponse&text=GrafanaAvailablePluginListResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Grafanas.getById(String id)"
|
|
summary: "Get the properties of a specific workspace for Grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ManagedGrafana getById(String id)"
|
|
desc: "Get the properties of a specific workspace for Grafana resource."
|
|
returns:
|
|
description: "the properties of a specific workspace for Grafana resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafana?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafana&text=ManagedGrafana\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Grafanas.getByIdWithResponse(String id, Context context)"
|
|
summary: "Get the properties of a specific workspace for Grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<ManagedGrafana> getByIdWithResponse(String id, Context context)"
|
|
desc: "Get the properties of a specific workspace for Grafana resource."
|
|
returns:
|
|
description: "the properties of a specific workspace for Grafana resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafana?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafana&text=ManagedGrafana\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.getByResourceGroup(String resourceGroupName, String workspaceName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String workspaceName)"
|
|
nameWithType: "Grafanas.getByResourceGroup(String resourceGroupName, String workspaceName)"
|
|
summary: "Get the properties of a specific workspace for Grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ManagedGrafana getByResourceGroup(String resourceGroupName, String workspaceName)"
|
|
desc: "Get the properties of a specific workspace for Grafana resource."
|
|
returns:
|
|
description: "the properties of a specific workspace for Grafana resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafana?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafana&text=ManagedGrafana\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
nameWithType: "Grafanas.getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
summary: "Get the properties of a specific workspace for Grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The workspace name of Azure Managed Grafana."
|
|
name: "workspaceName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<ManagedGrafana> getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, Context context)"
|
|
desc: "Get the properties of a specific workspace for Grafana resource."
|
|
returns:
|
|
description: "the properties of a specific workspace for Grafana resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafana?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafana&text=ManagedGrafana\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.list()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.list()"
|
|
name: "list()"
|
|
nameWithType: "Grafanas.list()"
|
|
summary: "List all resources of workspaces for Grafana under the specified subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<ManagedGrafana> list()"
|
|
desc: "List all resources of workspaces for Grafana under the specified subscription."
|
|
returns:
|
|
description: "the paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafana?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafana&text=ManagedGrafana\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "Grafanas.list(Context context)"
|
|
summary: "List all resources of workspaces for Grafana under the specified subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<ManagedGrafana> list(Context context)"
|
|
desc: "List all resources of workspaces for Grafana under the specified subscription."
|
|
returns:
|
|
description: "the paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafana?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafana&text=ManagedGrafana\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "Grafanas.listByResourceGroup(String resourceGroupName)"
|
|
summary: "List all resources of workspaces for Grafana under the specified resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<ManagedGrafana> listByResourceGroup(String resourceGroupName)"
|
|
desc: "List all resources of workspaces for Grafana under the specified resource group."
|
|
returns:
|
|
description: "the paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafana?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafana&text=ManagedGrafana\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.Grafanas.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.Grafanas.listByResourceGroup(String resourceGroupName, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
|
nameWithType: "Grafanas.listByResourceGroup(String resourceGroupName, Context context)"
|
|
summary: "List all resources of workspaces for Grafana under the specified resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<ManagedGrafana> listByResourceGroup(String resourceGroupName, Context context)"
|
|
desc: "List all resources of workspaces for Grafana under the specified resource group."
|
|
returns:
|
|
description: "the paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafana?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafana&text=ManagedGrafana\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Grafanas."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.dashboard.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-dashboard:1.0.0
|