ResponsibilityResource Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. ResponsibilityResource
- com.
Implements
public final class ResponsibilityResource
implements JsonSerializable<ResponsibilityResource>
A class represent the resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
accountId()
Get the account |
|
static
Responsibility |
fromJson(JsonReader jsonReader)
Reads an instance of Responsibility |
| List<String> |
recommendationIds()
Get the recommendation |
| String |
resourceId()
Get the resource |
|
Resource |
resourceOrigin()
Get the resource |
|
Resource |
resourceStatus()
Get the resource |
|
Offset |
resourceStatusChangeDate()
Get the resource |
| String |
resourceType()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
accountId
public String accountId()
Get the accountId property: Account Id. For example - AWS account Id.
Returns:
fromJson
public static ResponsibilityResource fromJson(JsonReader jsonReader)
Reads an instance of ResponsibilityResource from the JsonReader.
Parameters:
Returns:
Throws:
recommendationIds
public List<String> recommendationIds()
Get the recommendationIds property: List of recommendation id.
Returns:
resourceId
public String resourceId()
Get the resourceId property: The Id of the resource.
Returns:
resourceOrigin
public ResourceOrigin resourceOrigin()
Get the resourceOrigin property: Resource origin.
Returns:
resourceStatus
public ResourceStatus resourceStatus()
Get the resourceStatus property: Resource status.
Returns:
resourceStatusChangeDate
public OffsetDateTime resourceStatusChangeDate()
Get the resourceStatusChangeDate property: The status change date for the resource.
Returns:
resourceType
public String resourceType()
Get the resourceType property: The type of the resource. e.g. "Microsoft.SignalRService/SignalR".
Returns: