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