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

158 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary"
name: "AvailablePatchSummary"
nameWithType: "AvailablePatchSummary"
summary: "Describes the properties of an virtual machine instance view for available patch summary."
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 **AvailablePatchSummary**</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.compute.models.AvailablePatchSummary?alt=com.azure.resourcemanager.compute.models.AvailablePatchSummary&text=AvailablePatchSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.AvailablePatchSummary()"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.AvailablePatchSummary()"
name: "AvailablePatchSummary()"
nameWithType: "AvailablePatchSummary.AvailablePatchSummary()"
summary: "Creates an instance of Available<wbr>Patch<wbr>Summary class."
syntax: "public AvailablePatchSummary()"
desc: "Creates an instance of AvailablePatchSummary class."
methods:
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.assessmentActivityId()"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.assessmentActivityId()"
name: "assessmentActivityId()"
nameWithType: "AvailablePatchSummary.assessmentActivityId()"
summary: "Get the assessment<wbr>Activity<wbr>Id property: The activity ID of the operation that produced this result."
syntax: "public String assessmentActivityId()"
desc: "Get the assessmentActivityId property: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs."
returns:
description: "the assessmentActivityId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.criticalAndSecurityPatchCount()"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.criticalAndSecurityPatchCount()"
name: "criticalAndSecurityPatchCount()"
nameWithType: "AvailablePatchSummary.criticalAndSecurityPatchCount()"
summary: "Get the critical<wbr>And<wbr>Security<wbr>Patch<wbr>Count property: The number of critical or security patches that have been detected as available and not yet installed."
syntax: "public Integer criticalAndSecurityPatchCount()"
desc: "Get the criticalAndSecurityPatchCount property: The number of critical or security patches that have been detected as available and not yet installed."
returns:
description: "the criticalAndSecurityPatchCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.error()"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.error()"
name: "error()"
nameWithType: "AvailablePatchSummary.error()"
summary: "Get the error property: The errors that were encountered during execution of the operation."
syntax: "public ApiError error()"
desc: "Get the error property: The errors that were encountered during execution of the operation. The details array contains the list of them."
returns:
description: "the error value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.ApiError?alt=com.azure.resourcemanager.compute.models.ApiError&text=ApiError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "AvailablePatchSummary.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Available<wbr>Patch<wbr>Summary 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 AvailablePatchSummary fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the AvailablePatchSummary."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AvailablePatchSummary from the JsonReader."
returns:
description: "An instance of AvailablePatchSummary 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.compute.models.AvailablePatchSummary?alt=com.azure.resourcemanager.compute.models.AvailablePatchSummary&text=AvailablePatchSummary\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.lastModifiedTime()"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.lastModifiedTime()"
name: "lastModifiedTime()"
nameWithType: "AvailablePatchSummary.lastModifiedTime()"
summary: "Get the last<wbr>Modified<wbr>Time property: The UTC timestamp when the operation began."
syntax: "public OffsetDateTime lastModifiedTime()"
desc: "Get the lastModifiedTime property: The UTC timestamp when the operation began."
returns:
description: "the lastModifiedTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.otherPatchCount()"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.otherPatchCount()"
name: "otherPatchCount()"
nameWithType: "AvailablePatchSummary.otherPatchCount()"
summary: "Get the other<wbr>Patch<wbr>Count property: The number of all available patches excluding critical and security."
syntax: "public Integer otherPatchCount()"
desc: "Get the otherPatchCount property: The number of all available patches excluding critical and security."
returns:
description: "the otherPatchCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.rebootPending()"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.rebootPending()"
name: "rebootPending()"
nameWithType: "AvailablePatchSummary.rebootPending()"
summary: "Get the reboot<wbr>Pending property: The overall reboot status of the VM."
syntax: "public Boolean rebootPending()"
desc: "Get the rebootPending property: The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred."
returns:
description: "the rebootPending value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.startTime()"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.startTime()"
name: "startTime()"
nameWithType: "AvailablePatchSummary.startTime()"
summary: "Get the start<wbr>Time property: The UTC timestamp when the operation began."
syntax: "public OffsetDateTime startTime()"
desc: "Get the startTime property: The UTC timestamp when the operation began."
returns:
description: "the startTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.status()"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.status()"
name: "status()"
nameWithType: "AvailablePatchSummary.status()"
summary: "Get the status property: The overall success or failure status of the operation."
syntax: "public PatchOperationStatus status()"
desc: "Get the status property: The overall success or failure status of the operation. It remains \"InProgress\" until the operation completes. At that point it will become \"Unknown\", \"Failed\", \"Succeeded\", or \"CompletedWithWarnings.\"."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.PatchOperationStatus?alt=com.azure.resourcemanager.compute.models.PatchOperationStatus&text=PatchOperationStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "AvailablePatchSummary.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.compute.models.AvailablePatchSummary.validate()"
fullName: "com.azure.resourcemanager.compute.models.AvailablePatchSummary.validate()"
name: "validate()"
nameWithType: "AvailablePatchSummary.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "Describes the properties of an virtual machine instance view for available patch summary."
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.compute.models.AvailablePatchSummary?alt=com.azure.resourcemanager.compute.models.AvailablePatchSummary&text=AvailablePatchSummary\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.compute.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.44.0