ManagedDashboardInner Class

public final class ManagedDashboardInner
extends Resource

The managed dashboard resource type.

Constructor Summary

Constructor Description
ManagedDashboardInner()

Creates an instance of ManagedDashboardInner class.

Method Summary

Modifier and Type Method and Description
static ManagedDashboardInner fromJson(JsonReader jsonReader)

Reads an instance of ManagedDashboardInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the resource.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

ManagedDashboardInner withLocation(String location)
ManagedDashboardInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

ManagedDashboardInner

public ManagedDashboardInner()

Creates an instance of ManagedDashboardInner class.

Method Details

fromJson

public static ManagedDashboardInner fromJson(JsonReader jsonReader)

Reads an instance of ManagedDashboardInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

ManagedDashboardInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

ManagedDashboardInner.name()

Returns:

the name value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the resource.

Returns:

the provisioningState value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ManagedDashboardInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

ManagedDashboardInner.type()

Returns:

the type value.

withLocation

public ManagedDashboardInner withLocation(String location)

Overrides:

ManagedDashboardInner.withLocation(String location)

Parameters:

location

withTags

public ManagedDashboardInner withTags(Map<String,String> tags)

Overrides:

ManagedDashboardInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to