equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Service_WindowsAzure |
16 * @package Zend_Service_WindowsAzure |
17 * @subpackage Diagnostics |
17 * @subpackage Diagnostics |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id$ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
|
23 /** |
|
24 * @see Zend_Service_WindowsAzure_Diagnostics_Exception |
|
25 */ |
|
26 require_once 'Zend/Service/WindowsAzure/Diagnostics/Exception.php'; |
|
27 |
|
28 /** |
|
29 * @see Zend_Service_WindowsAzure_Diagnostics_ConfigurationObjectBaseAbstract |
|
30 */ |
|
31 require_once 'Zend/Service/WindowsAzure/Diagnostics/ConfigurationObjectBaseAbstract.php'; |
|
32 |
22 |
33 /** |
23 /** |
34 * @see Zend_Service_WindowsAzure_Diagnostics_ConfigurationLogs |
24 * @see Zend_Service_WindowsAzure_Diagnostics_ConfigurationLogs |
35 */ |
25 */ |
36 require_once 'Zend/Service/WindowsAzure/Diagnostics/ConfigurationLogs.php'; |
26 require_once 'Zend/Service/WindowsAzure/Diagnostics/ConfigurationLogs.php'; |
57 |
47 |
58 /** |
48 /** |
59 * @category Zend |
49 * @category Zend |
60 * @package Zend_Service_WindowsAzure |
50 * @package Zend_Service_WindowsAzure |
61 * @subpackage Diagnostics |
51 * @subpackage Diagnostics |
62 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
52 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
63 * @license http://framework.zend.com/license/new-bsd New BSD License |
53 * @license http://framework.zend.com/license/new-bsd New BSD License |
64 * |
54 * |
65 * @property int OverallQuotaInMB Overall quota in MB |
55 * @property int OverallQuotaInMB Overall quota in MB |
66 * @property Zend_Service_WindowsAzure_Diagnostics_ConfigurationLogs Logs Logs |
56 * @property Zend_Service_WindowsAzure_Diagnostics_ConfigurationLogs Logs Logs |
67 * @property Zend_Service_WindowsAzure_Diagnostics_ConfigurationDiagnosticInfrastructureLogs DiagnosticInfrastructureLogs Diagnostic infrastructure logs |
57 * @property Zend_Service_WindowsAzure_Diagnostics_ConfigurationDiagnosticInfrastructureLogs DiagnosticInfrastructureLogs Diagnostic infrastructure logs |