ReportResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appcomplianceautomation. fluent. models. ReportResourceInner
- com.
- com.
public final class ReportResourceInner
extends ProxyResource
A class represent an AppComplianceAutomation report resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ReportResourceInner() |
Creates an instance of Report |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Report |
fromJson(JsonReader jsonReader)
Reads an instance of Report |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Report |
properties()
Get the properties property: Report property. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Report |
withProperties(ReportProperties properties)
Set the properties property: Report property. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ReportResourceInner
public ReportResourceInner()
Creates an instance of ReportResourceInner class.
Method Details
fromJson
public static ReportResourceInner fromJson(JsonReader jsonReader)
Reads an instance of ReportResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ReportResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ReportResourceInner.name()Returns:
properties
public ReportProperties properties()
Get the properties property: Report property.
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:
ReportResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ReportResourceInner.type()Returns:
withProperties
public ReportResourceInner withProperties(ReportProperties properties)
Set the properties property: Report property.
Parameters:
Returns: