PatchInstallationDetail Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. PatchInstallationDetail
- com.
Implements
public final class PatchInstallationDetail
implements JsonSerializable<PatchInstallationDetail>
Information about a specific patch that was encountered during an installation action.
Constructor Summary
Constructor | Description |
---|---|
PatchInstallationDetail() |
Creates an instance of Patch |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
classifications()
Get the classifications property: The classification(s) of the patch as provided by the patch publisher. |
static
Patch |
fromJson(JsonReader jsonReader)
Reads an instance of Patch |
Patch |
installationState()
Get the installation |
String |
kbId()
Get the kb |
String |
name()
Get the name property: The friendly name of the patch. |
String |
patchId()
Get the patch |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
version()
Get the version property: The version string of the package. |
Methods inherited from java.lang.Object
Constructor Details
PatchInstallationDetail
public PatchInstallationDetail()
Creates an instance of PatchInstallationDetail class.
Method Details
classifications
public List
Get the classifications property: The classification(s) of the patch as provided by the patch publisher.
Returns:
fromJson
public static PatchInstallationDetail fromJson(JsonReader jsonReader)
Reads an instance of PatchInstallationDetail from the JsonReader.
Parameters:
Returns:
Throws:
installationState
public PatchInstallationState installationState()
Get the installationState property: The state of the patch after the installation operation completed.
Returns:
kbId
public String kbId()
Get the kbId property: The KBID of the patch. Only applies to Windows patches.
Returns:
name
public String name()
Get the name property: The friendly name of the patch.
Returns:
patchId
public String patchId()
Get the patchId property: A unique identifier for the patch.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: The version string of the package. It may conform to Semantic Versioning. Only applies to Linux.
Returns: