ManagedDashboardInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. dashboard. fluent. models. ManagedDashboardInner
- com.
- com.
- com.
public final class ManagedDashboardInner
extends Resource
The managed dashboard resource type.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedDashboardInner() |
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. |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Managed |
withLocation(String location) |
|
Managed |
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:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedDashboardInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedDashboardInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedDashboardInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedDashboardInner.type()Returns:
withLocation
public ManagedDashboardInner withLocation(String location)
Overrides:
ManagedDashboardInner.withLocation(String location)Parameters:
withTags
public ManagedDashboardInner withTags(Map<String,String> tags)
Overrides:
ManagedDashboardInner.withTags(Map<String,String> tags)Parameters: