266 строки
16 KiB
YAML
266 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana"
|
|
name: "ManagedGrafana"
|
|
nameWithType: "ManagedGrafana"
|
|
summary: "An immutable client-side representation of Managed<wbr>Grafana."
|
|
syntax: "public interface **ManagedGrafana**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.checkEnterpriseDetails()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.checkEnterpriseDetails()"
|
|
name: "checkEnterpriseDetails()"
|
|
nameWithType: "ManagedGrafana.checkEnterpriseDetails()"
|
|
summary: "Retrieve enterprise add-on details information."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract EnterpriseDetails checkEnterpriseDetails()"
|
|
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.ManagedGrafana.checkEnterpriseDetailsWithResponse(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.checkEnterpriseDetailsWithResponse(Context context)"
|
|
name: "checkEnterpriseDetailsWithResponse(Context context)"
|
|
nameWithType: "ManagedGrafana.checkEnterpriseDetailsWithResponse(Context context)"
|
|
summary: "Retrieve enterprise add-on details information."
|
|
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 Response<EnterpriseDetails> checkEnterpriseDetailsWithResponse(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.ManagedGrafana.fetchAvailablePlugins()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.fetchAvailablePlugins()"
|
|
name: "fetchAvailablePlugins()"
|
|
nameWithType: "ManagedGrafana.fetchAvailablePlugins()"
|
|
summary: "The fetch<wbr>Available<wbr>Plugins operation."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract GrafanaAvailablePluginListResponse fetchAvailablePlugins()"
|
|
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.ManagedGrafana.fetchAvailablePluginsWithResponse(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.fetchAvailablePluginsWithResponse(Context context)"
|
|
name: "fetchAvailablePluginsWithResponse(Context context)"
|
|
nameWithType: "ManagedGrafana.fetchAvailablePluginsWithResponse(Context context)"
|
|
summary: "The fetch<wbr>Available<wbr>Plugins operation."
|
|
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 Response<GrafanaAvailablePluginListResponse> fetchAvailablePluginsWithResponse(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.ManagedGrafana.id()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.id()"
|
|
name: "id()"
|
|
nameWithType: "ManagedGrafana.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.identity()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.identity()"
|
|
name: "identity()"
|
|
nameWithType: "ManagedGrafana.identity()"
|
|
summary: "Gets the identity property: The managed identity of the grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagedServiceIdentity identity()"
|
|
desc: "Gets the identity property: The managed identity of the grafana resource."
|
|
returns:
|
|
description: "the identity value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.dashboard.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.innerModel()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "ManagedGrafana.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>dashboard.<wbr>fluent.<wbr>models.<wbr>Managed<wbr>Grafana<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagedGrafanaInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.dashboard.fluent.models.ManagedGrafanaInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.fluent.models.ManagedGrafanaInner?alt=com.azure.resourcemanager.dashboard.fluent.models.ManagedGrafanaInner&text=ManagedGrafanaInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.location()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.location()"
|
|
name: "location()"
|
|
nameWithType: "ManagedGrafana.location()"
|
|
summary: "Gets the location property: The geo-location where the resource lives."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
desc: "Gets the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.name()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.name()"
|
|
name: "name()"
|
|
nameWithType: "ManagedGrafana.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.properties()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.properties()"
|
|
name: "properties()"
|
|
nameWithType: "ManagedGrafana.properties()"
|
|
summary: "Gets the properties property: Properties specific to the grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagedGrafanaProperties properties()"
|
|
desc: "Gets the properties property: Properties specific to the grafana resource."
|
|
returns:
|
|
description: "the properties value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafanaProperties?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafanaProperties&text=ManagedGrafanaProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.refresh()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "ManagedGrafana.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagedGrafana refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed 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.ManagedGrafana.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "ManagedGrafana.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
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 ManagedGrafana refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed 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.ManagedGrafana.region()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.region()"
|
|
name: "region()"
|
|
nameWithType: "ManagedGrafana.region()"
|
|
summary: "Gets the region of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Region region()"
|
|
desc: "Gets the region of the resource."
|
|
returns:
|
|
description: "the region of the resource."
|
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.regionName()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.regionName()"
|
|
name: "regionName()"
|
|
nameWithType: "ManagedGrafana.regionName()"
|
|
summary: "Gets the name of the resource region."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String regionName()"
|
|
desc: "Gets the name of the resource region."
|
|
returns:
|
|
description: "the name of the resource region."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "ManagedGrafana.resourceGroupName()"
|
|
summary: "Gets the name of the resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
desc: "Gets the name of the resource group."
|
|
returns:
|
|
description: "the name of the resource group."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.sku()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.sku()"
|
|
name: "sku()"
|
|
nameWithType: "ManagedGrafana.sku()"
|
|
summary: "Gets the sku property: The Sku of the grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ResourceSku sku()"
|
|
desc: "Gets the sku property: The Sku of the grafana resource."
|
|
returns:
|
|
description: "the sku value."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ResourceSku?alt=com.azure.resourcemanager.dashboard.models.ResourceSku&text=ResourceSku\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.systemData()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "ManagedGrafana.systemData()"
|
|
summary: "Gets the system<wbr>Data property: The system meta data relating to this grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SystemData systemData()"
|
|
desc: "Gets the systemData property: The system meta data relating to this grafana resource."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.tags()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.tags()"
|
|
name: "tags()"
|
|
nameWithType: "ManagedGrafana.tags()"
|
|
summary: "Gets the tags property: Resource tags."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> tags()"
|
|
desc: "Gets the tags property: Resource tags."
|
|
returns:
|
|
description: "the tags value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.type()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.type()"
|
|
name: "type()"
|
|
nameWithType: "ManagedGrafana.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.update()"
|
|
fullName: "com.azure.resourcemanager.dashboard.models.ManagedGrafana.update()"
|
|
name: "update()"
|
|
nameWithType: "ManagedGrafana.update()"
|
|
summary: "Begins update for the Managed<wbr>Grafana resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagedGrafana.Update update()"
|
|
desc: "Begins update for the ManagedGrafana resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.dashboard.models.ManagedGrafana.Update?alt=com.azure.resourcemanager.dashboard.models.ManagedGrafana.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of ManagedGrafana."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.dashboard.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-dashboard:1.0.0
|