azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

190 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem"
name: "ComplianceReportItem"
nameWithType: "ComplianceReportItem"
summary: "Object that includes all the content for single compliance result."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ComplianceReportItem**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem?alt=com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem&text=ComplianceReportItem\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.categoryName()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.categoryName()"
name: "categoryName()"
nameWithType: "ComplianceReportItem.categoryName()"
summary: "Get the category<wbr>Name property: The category name."
syntax: "public String categoryName()"
desc: "Get the categoryName property: The category name."
returns:
description: "the categoryName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.controlFamilyName()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.controlFamilyName()"
name: "controlFamilyName()"
nameWithType: "ComplianceReportItem.controlFamilyName()"
summary: "Get the control<wbr>Family<wbr>Name property: The control family name."
syntax: "public String controlFamilyName()"
desc: "Get the controlFamilyName property: The control family name."
returns:
description: "the controlFamilyName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.controlId()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.controlId()"
name: "controlId()"
nameWithType: "ComplianceReportItem.controlId()"
summary: "Get the control<wbr>Id property: The control Id - e.<wbr>g."
syntax: "public String controlId()"
desc: "Get the controlId property: The control Id - e.g. \"1\"."
returns:
description: "the controlId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.controlName()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.controlName()"
name: "controlName()"
nameWithType: "ComplianceReportItem.controlName()"
summary: "Get the control<wbr>Name property: The control name."
syntax: "public String controlName()"
desc: "Get the controlName property: The control name."
returns:
description: "the controlName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.controlStatus()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.controlStatus()"
name: "controlStatus()"
nameWithType: "ComplianceReportItem.controlStatus()"
summary: "Get the control<wbr>Status property: Control status."
syntax: "public ControlStatus controlStatus()"
desc: "Get the controlStatus property: Control status."
returns:
description: "the controlStatus value."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ControlStatus?alt=com.azure.resourcemanager.appcomplianceautomation.models.ControlStatus&text=ControlStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ComplianceReportItem.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Compliance<wbr>Report<wbr>Item from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ComplianceReportItem fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ComplianceReportItem."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ComplianceReportItem from the JsonReader."
returns:
description: "An instance of ComplianceReportItem if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem?alt=com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem&text=ComplianceReportItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.resourceId()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.resourceId()"
name: "resourceId()"
nameWithType: "ComplianceReportItem.resourceId()"
summary: "Get the resource<wbr>Id property: The Id of the resource."
syntax: "public String resourceId()"
desc: "Get the resourceId property: The Id of the resource."
returns:
description: "the resourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.resourceOrigin()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.resourceOrigin()"
name: "resourceOrigin()"
nameWithType: "ComplianceReportItem.resourceOrigin()"
summary: "Get the resource<wbr>Origin property: Resource origin."
syntax: "public ResourceOrigin resourceOrigin()"
desc: "Get the resourceOrigin property: Resource origin."
returns:
description: "the resourceOrigin value."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ResourceOrigin?alt=com.azure.resourcemanager.appcomplianceautomation.models.ResourceOrigin&text=ResourceOrigin\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.resourceStatus()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.resourceStatus()"
name: "resourceStatus()"
nameWithType: "ComplianceReportItem.resourceStatus()"
summary: "Get the resource<wbr>Status property: Resource status."
syntax: "public ResourceStatus resourceStatus()"
desc: "Get the resourceStatus property: Resource status."
returns:
description: "the resourceStatus value."
type: "<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ResourceStatus?alt=com.azure.resourcemanager.appcomplianceautomation.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.resourceStatusChangeDate()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.resourceStatusChangeDate()"
name: "resourceStatusChangeDate()"
nameWithType: "ComplianceReportItem.resourceStatusChangeDate()"
summary: "Get the resource<wbr>Status<wbr>Change<wbr>Date property: The status change date for the resource."
syntax: "public OffsetDateTime resourceStatusChangeDate()"
desc: "Get the resourceStatusChangeDate property: The status change date for the resource."
returns:
description: "the resourceStatusChangeDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.resourceType()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.resourceType()"
name: "resourceType()"
nameWithType: "ComplianceReportItem.resourceType()"
summary: "Get the resource<wbr>Type property: The type of the resource."
syntax: "public String resourceType()"
desc: "Get the resourceType property: The type of the resource. e.g. \"Microsoft.SignalRService/SignalR\"."
returns:
description: "the resourceType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.responsibilityDescription()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.responsibilityDescription()"
name: "responsibilityDescription()"
nameWithType: "ComplianceReportItem.responsibilityDescription()"
summary: "Get the responsibility<wbr>Description property: The description of the customer responsibility."
syntax: "public String responsibilityDescription()"
desc: "Get the responsibilityDescription property: The description of the customer responsibility."
returns:
description: "the responsibilityDescription value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.responsibilityTitle()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.responsibilityTitle()"
name: "responsibilityTitle()"
nameWithType: "ComplianceReportItem.responsibilityTitle()"
summary: "Get the responsibility<wbr>Title property: The title of the customer responsibility."
syntax: "public String responsibilityTitle()"
desc: "Get the responsibilityTitle property: The title of the customer responsibility."
returns:
description: "the responsibilityTitle value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ComplianceReportItem.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.validate()"
fullName: "com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem.validate()"
name: "validate()"
nameWithType: "ComplianceReportItem.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "Object that includes all the content for single compliance result."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem?alt=com.azure.resourcemanager.appcomplianceautomation.models.ComplianceReportItem&text=ComplianceReportItem\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appcomplianceautomation.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcomplianceautomation:1.0.0