GrafanaAvailablePluginListResponse Interface

public interface GrafanaAvailablePluginListResponse

An immutable client-side representation of GrafanaAvailablePluginListResponse.

Method Summary

Modifier and Type Method and Description
abstract GrafanaAvailablePluginListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.dashboard.fluent.models.GrafanaAvailablePluginListResponseInner object.

abstract String nextLink()

Gets the nextLink property: The nextLink property.

abstract List<GrafanaAvailablePlugin> value()

Gets the value property: The value property.

Method Details

innerModel

public abstract GrafanaAvailablePluginListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.dashboard.fluent.models.GrafanaAvailablePluginListResponseInner object.

Returns:

the inner object.

nextLink

public abstract String nextLink()

Gets the nextLink property: The nextLink property.

Returns:

the nextLink value.

value

public abstract List<GrafanaAvailablePlugin> value()

Gets the value property: The value property.

Returns:

the value value.

Applies to