UpdateInfo.UpdateInfo constructor

Creates an instance of the UpdateInfo class.

Syntax

public UpdateInfo(
  string nodeName, 
  string updateId, 
  string updateTitle, 
  string updateDescription
)

Parameters

  • nodeName
    Type: String

    The name of the node that was scanned.

  • updateId
    Type: String

    The unique identifier for the update.

  • updateTitle
    Type: String

    The title of the update.

  • updateDescription
    Type: String

    The description of the update.

Requirements

Server

Windows ServerĀ 2012

Namespace

Microsoft.ClusterAwareUpdating

See also

UpdateInfo