3.2.5.26.2.1 DisableBackups

This element specifies input values for the DisableBackups operation.

 <xs:element name="DisableBackups">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="clientSid" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="deleteAllJobs" type="xs:boolean" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

clientSid: A string that contains the security identifier of the client.

deleteAllJobs: A Boolean where TRUE indicates that all volume jobs for the identified client need to be deleted from the volume; otherwise, the value is FALSE.