3.1.4.152.3.1 ExecuteSPGetUpdateInstallationInfoForComputerRequestBody

Specifies the computer and search criteria for updates to be included in this operation.

  
 <xsd:complexType name="ExecuteSPGetUpdateInstallationInfoForComputerRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="ComputerId" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="updateScopeXml" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="preferredCulture" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="publicationState" type="xsd:int"/>
   </xsd:sequence>
 </xsd:complexType>

ComputerId: This field MUST be present. It specifies the computer for which UpdateInstallationInformation (section 2.2.4.12.1.3) is retrieved. The format of the ComputerId simple type is defined in section 2.2.5.4.

updateScopeXml: This field MUST be present. It represents an Update Search Scope XML fragment, defined in section 2.2.3.1, to specify which updates are to be included in the installation information.

preferredCulture: This field MUST be present. The format of the PreferredCulture simple type is defined in section 2.2.5.5.

publicationState: This field MUST be present. It describes the intended PublicationState of the update. The PublicationState enumeration is defined in section 2.2.5.2.