ManagedGrafanaInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. dashboard. fluent. models. ManagedGrafanaInner
- com.
- com.
public final class ManagedGrafanaInner
extends ProxyResource
The grafana resource type.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedGrafanaInner() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Managed |
identity()
Get the identity property: The managed service identities assigned to this resource. |
| String |
location()
Get the location property: The geo-location where the resource lives. |
| String |
name()
Get the name property: The name of the resource. |
|
Managed |
properties()
Get the properties property: Properties specific to the grafana resource. |
|
Resource |
sku()
Get the sku property: The Sku of the grafana resource. |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Managed |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: The managed service identities assigned to this resource. |
|
Managed |
withLocation(String location)
Set the location property: The geo-location where the resource lives. |
|
Managed |
withProperties(ManagedGrafanaProperties properties)
Set the properties property: Properties specific to the grafana resource. |
|
Managed |
withSku(ResourceSku sku)
Set the sku property: The Sku of the grafana resource. |
|
Managed |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ManagedGrafanaInner
public ManagedGrafanaInner()
Creates an instance of ManagedGrafanaInner class.
Method Details
fromJson
public static ManagedGrafanaInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedGrafanaInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedGrafanaInner.id()Returns:
identity
public ManagedServiceIdentity identity()
Get the identity property: The managed service identities assigned to this resource.
Returns:
location
public String location()
Get the location property: The geo-location where the resource lives.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedGrafanaInner.name()Returns:
properties
public ManagedGrafanaProperties properties()
Get the properties property: Properties specific to the grafana resource.
Returns:
sku
public ResourceSku sku()
Get the sku property: The Sku of the grafana resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedGrafanaInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedGrafanaInner.type()Returns:
withIdentity
public ManagedGrafanaInner withIdentity(ManagedServiceIdentity identity)
Set the identity property: The managed service identities assigned to this resource.
Parameters:
Returns:
withLocation
public ManagedGrafanaInner withLocation(String location)
Set the location property: The geo-location where the resource lives.
Parameters:
Returns:
withProperties
public ManagedGrafanaInner withProperties(ManagedGrafanaProperties properties)
Set the properties property: Properties specific to the grafana resource.
Parameters:
Returns:
withSku
public ManagedGrafanaInner withSku(ResourceSku sku)
Set the sku property: The Sku of the grafana resource.
Parameters:
Returns:
withTags
public ManagedGrafanaInner withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: