IUpdateInstallationInfo Interface
Applies To: Windows Server Update Services
Use this interface to get information about update installations on client computes. To get this interface, call Item.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface IUpdateInstallationInfo
public interface class IUpdateInstallationInfo
type IUpdateInstallationInfo = interface end
Public Interface IUpdateInstallationInfo
Properties
Name | Description | |
---|---|---|
ComputerTargetId | Gets the ID of the computer that this UpdateInstallationInfo object describes. |
|
UpdateApprovalAction | Gets the effective approval action for this update on this computer. |
|
UpdateApprovalTargetGroupId | Gets the ID of the target group that the effective update approval belongs to. |
|
UpdateId | Gets the ID of the update that this UpdateInstallationInfo object describes. |
|
UpdateInstallationState | Gets the of the update installation state reported by the client computer. |
Methods
Name | Description | |
---|---|---|
GetComputerTarget() | Gets the client computer that is associated with this information. |
|
GetHashCode() | Serves as a hash function for the current UpdateInstallationInfo, suitable for use in hashing algorithms and data structures, such as a hash table. |
|
GetUpdate() | Gets the update that is associated with the installation information. |
|
GetUpdateApprovalTargetGroup() | Gets the ComputerTargetGroup that the effective approval comes from. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top