|
| 1 | +# -------------------------------------------------------------------------------------------- |
| 2 | +# Copyright (c) Microsoft Corporation. All rights reserved. |
| 3 | +# Licensed under the MIT License. See License.txt in the project root for license information. |
| 4 | +# -------------------------------------------------------------------------------------------- |
| 5 | +# Generated file, DO NOT EDIT |
| 6 | +# Changes may cause incorrect behavior and will be lost if the code is regenerated. |
| 7 | +# -------------------------------------------------------------------------------------------- |
| 8 | + |
| 9 | +from .agent_group import AgentGroup |
| 10 | +from .agent_group_access_data import AgentGroupAccessData |
| 11 | +from .application import Application |
| 12 | +from .application_counters import ApplicationCounters |
| 13 | +from .application_type import ApplicationType |
| 14 | +from .browser_mix import BrowserMix |
| 15 | +from .clt_customer_intelligence_data import CltCustomerIntelligenceData |
| 16 | +from .counter_group import CounterGroup |
| 17 | +from .counter_instance_samples import CounterInstanceSamples |
| 18 | +from .counter_sample import CounterSample |
| 19 | +from .counter_sample_query_details import CounterSampleQueryDetails |
| 20 | +from .counter_samples_result import CounterSamplesResult |
| 21 | +from .diagnostics import Diagnostics |
| 22 | +from .drop_access_data import DropAccessData |
| 23 | +from .error_details import ErrorDetails |
| 24 | +from .load_generation_geo_location import LoadGenerationGeoLocation |
| 25 | +from .load_test import LoadTest |
| 26 | +from .load_test_definition import LoadTestDefinition |
| 27 | +from .load_test_errors import LoadTestErrors |
| 28 | +from .load_test_run_details import LoadTestRunDetails |
| 29 | +from .load_test_run_settings import LoadTestRunSettings |
| 30 | +from .overridable_run_settings import OverridableRunSettings |
| 31 | +from .page_summary import PageSummary |
| 32 | +from .request_summary import RequestSummary |
| 33 | +from .scenario_summary import ScenarioSummary |
| 34 | +from .static_agent_run_setting import StaticAgentRunSetting |
| 35 | +from .sub_type import SubType |
| 36 | +from .summary_percentile_data import SummaryPercentileData |
| 37 | +from .tenant_details import TenantDetails |
| 38 | +from .test_definition import TestDefinition |
| 39 | +from .test_definition_basic import TestDefinitionBasic |
| 40 | +from .test_drop import TestDrop |
| 41 | +from .test_drop_ref import TestDropRef |
| 42 | +from .test_results import TestResults |
| 43 | +from .test_results_summary import TestResultsSummary |
| 44 | +from .test_run import TestRun |
| 45 | +from .test_run_abort_message import TestRunAbortMessage |
| 46 | +from .test_run_basic import TestRunBasic |
| 47 | +from .test_run_counter_instance import TestRunCounterInstance |
| 48 | +from .test_run_message import TestRunMessage |
| 49 | +from .test_settings import TestSettings |
| 50 | +from .test_summary import TestSummary |
| 51 | +from .transaction_summary import TransactionSummary |
| 52 | +from .web_api_load_test_machine_input import WebApiLoadTestMachineInput |
| 53 | +from .web_api_setup_paramaters import WebApiSetupParamaters |
| 54 | +from .web_api_test_machine import WebApiTestMachine |
| 55 | +from .web_api_user_load_test_machine_input import WebApiUserLoadTestMachineInput |
| 56 | +from .web_instance_summary_data import WebInstanceSummaryData |
| 57 | + |
| 58 | +__all__ = [ |
| 59 | + 'AgentGroup', |
| 60 | + 'AgentGroupAccessData', |
| 61 | + 'Application', |
| 62 | + 'ApplicationCounters', |
| 63 | + 'ApplicationType', |
| 64 | + 'BrowserMix', |
| 65 | + 'CltCustomerIntelligenceData', |
| 66 | + 'CounterGroup', |
| 67 | + 'CounterInstanceSamples', |
| 68 | + 'CounterSample', |
| 69 | + 'CounterSampleQueryDetails', |
| 70 | + 'CounterSamplesResult', |
| 71 | + 'Diagnostics', |
| 72 | + 'DropAccessData', |
| 73 | + 'ErrorDetails', |
| 74 | + 'LoadGenerationGeoLocation', |
| 75 | + 'LoadTest', |
| 76 | + 'LoadTestDefinition', |
| 77 | + 'LoadTestErrors', |
| 78 | + 'LoadTestRunDetails', |
| 79 | + 'LoadTestRunSettings', |
| 80 | + 'OverridableRunSettings', |
| 81 | + 'PageSummary', |
| 82 | + 'RequestSummary', |
| 83 | + 'ScenarioSummary', |
| 84 | + 'StaticAgentRunSetting', |
| 85 | + 'SubType', |
| 86 | + 'SummaryPercentileData', |
| 87 | + 'TenantDetails', |
| 88 | + 'TestDefinition', |
| 89 | + 'TestDefinitionBasic', |
| 90 | + 'TestDrop', |
| 91 | + 'TestDropRef', |
| 92 | + 'TestResults', |
| 93 | + 'TestResultsSummary', |
| 94 | + 'TestRun', |
| 95 | + 'TestRunAbortMessage', |
| 96 | + 'TestRunBasic', |
| 97 | + 'TestRunCounterInstance', |
| 98 | + 'TestRunMessage', |
| 99 | + 'TestSettings', |
| 100 | + 'TestSummary', |
| 101 | + 'TransactionSummary', |
| 102 | + 'WebApiLoadTestMachineInput', |
| 103 | + 'WebApiSetupParamaters', |
| 104 | + 'WebApiTestMachine', |
| 105 | + 'WebApiUserLoadTestMachineInput', |
| 106 | + 'WebInstanceSummaryData', |
| 107 | +] |
0 commit comments