3.1.5.4.2.1 GetClientManagedCompleted
This element specifies input values for the GetClientManagedCompleted operation.
-
<xs:element name="GetClientManagedCompleted"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="exception" nillable="true" xmlns:q3="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.DataProtection.FileBackup" type="q3:ClientFileBackupException" /> <xs:element minOccurs="0" name="isManaged" xmlns:q4="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.DataProtection.FileBackup" type="q4:ManagedStatus" /> </xs:sequence> </xs:complexType> </xs:element>
exception: A ClientFileBackupException (section 2.2.4.1.1) complex type that contains the exception thrown when calling GetClientManagedAsync, if there is any; otherwise, the value is null.
isManaged: A ManagedStatus (section 2.2.5.1.2) string that indicates the management status of the client.