3.4.5.6.2.1 ReturnGetMachineStatus

This element specifies input values for the ReturnGetMachineStatus operation.

 <xs:element name="ReturnGetMachineStatus">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="status" nillable="true" xmlns:q6="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Devices.Identity" type="q6:GetMachineStatusType" />
       <xs:element minOccurs="0" name="returnCode" nillable="true" xmlns:q7="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Devices.Identity" type="q7:ReturnClass" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

status: A GetMachineStatusType (section 2.2.4.4.2) complex type that contains the status of the specified machine.

returnCode: A ReturnClass (section 2.2.4.5.5) complex type that contains the return code of the response.