GrafanaAvailablePlugin Class

  • java.lang.Object
    • com.azure.resourcemanager.dashboard.models.GrafanaAvailablePlugin

Implements

public final class GrafanaAvailablePlugin
implements JsonSerializable<GrafanaAvailablePlugin>

Available plugins of grafana.

Method Summary

Modifier and Type Method and Description
String author()

Get the author property: Grafana plugin author/publisher name.

static GrafanaAvailablePlugin fromJson(JsonReader jsonReader)

Reads an instance of GrafanaAvailablePlugin from the JsonReader.

String name()

Get the name property: Grafana plugin display name.

String pluginId()

Get the pluginId property: Grafana plugin id.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Grafana plugin type.

Methods inherited from java.lang.Object

Method Details

author

public String author()

Get the author property: Grafana plugin author/publisher name.

Returns:

the author value.

fromJson

public static GrafanaAvailablePlugin fromJson(JsonReader jsonReader)

Reads an instance of GrafanaAvailablePlugin from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GrafanaAvailablePlugin if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the GrafanaAvailablePlugin.

name

public String name()

Get the name property: Grafana plugin display name.

Returns:

the name value.

pluginId

public String pluginId()

Get the pluginId property: Grafana plugin id.

Returns:

the pluginId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Grafana plugin type.

Returns:

the type value.

Applies to