Class VirtualMachineSoftwarePatchProperties
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineSoftwarePatchProperties
Describes the properties of a Virtual Machine software patch.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the activity ID of the operation that produced this result.Get describes the availability of a given patch.Get the classification(s) of the patch as provided by the patch publisher.kbId()
Get the KBID of the patch.org.joda.time.DateTime
Get the UTC timestamp of the last update to this patch record.name()
Get the friendly name of the patch.patchId()
Get a unique identifier for the patch.org.joda.time.DateTime
Get the UTC timestamp when the repository published this patch.Get describes the reboot requirements of the patch.version()
Get the version number of the patch.
-
Constructor Details
-
VirtualMachineSoftwarePatchProperties
public VirtualMachineSoftwarePatchProperties()
-
-
Method Details
-
patchId
Get a unique identifier for the patch.- Returns:
- the patchId value
-
name
Get the friendly name of the patch.- Returns:
- the name value
-
version
Get the version number of the patch. This property applies only to Linux patches.- Returns:
- the version value
-
kbId
Get the KBID of the patch. Only applies to Windows patches.- Returns:
- the kbId value
-
classifications
Get the classification(s) of the patch as provided by the patch publisher.- Returns:
- the classifications value
-
rebootBehavior
Get describes the reboot requirements of the patch. Possible values include: 'Unknown', 'NeverReboots', 'AlwaysRequiresReboot', 'CanRequestReboot'.- Returns:
- the rebootBehavior value
-
activityId
Get the activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.- Returns:
- the activityId value
-
publishedDate
public org.joda.time.DateTime publishedDate()Get the UTC timestamp when the repository published this patch.- Returns:
- the publishedDate value
-
lastModifiedDateTime
public org.joda.time.DateTime lastModifiedDateTime()Get the UTC timestamp of the last update to this patch record.- Returns:
- the lastModifiedDateTime value
-
assessmentState
Get describes the availability of a given patch. Possible values include: 'Unknown', 'Available'.- Returns:
- the assessmentState value
-