1
1
namespace Azure . Developer . LoadTesting
2
2
{
3
- public partial class FileUploadOperation : Azure . Operation < System . BinaryData >
3
+ public partial class FileUploadResultOperation : Azure . Operation < System . BinaryData >
4
4
{
5
- protected FileUploadOperation ( ) { }
6
- public FileUploadOperation ( string testId , string fileName , Azure . Developer . LoadTesting . LoadTestAdministrationClient client , Azure . Response initialResponse ) { }
5
+ protected FileUploadResultOperation ( ) { }
6
+ public FileUploadResultOperation ( string testId , string fileName , Azure . Developer . LoadTesting . LoadTestAdministrationClient client , Azure . Response initialResponse = null ) { }
7
7
public override bool HasCompleted { get { throw null ; } }
8
8
public override bool HasValue { get { throw null ; } }
9
9
public override string Id { get { throw null ; } }
@@ -40,8 +40,8 @@ public LoadTestAdministrationClient(System.Uri endpoint, Azure.Core.TokenCredent
40
40
public virtual Azure . AsyncPageable < System . BinaryData > GetTestFilesAsync ( string testId , Azure . RequestContext context = null ) { throw null ; }
41
41
public virtual Azure . Pageable < System . BinaryData > GetTests ( string orderby = null , string search = null , System . DateTimeOffset ? lastModifiedStartTime = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? lastModifiedEndTime = default ( System . DateTimeOffset ? ) , Azure . RequestContext context = null ) { throw null ; }
42
42
public virtual Azure . AsyncPageable < System . BinaryData > GetTestsAsync ( string orderby = null , string search = null , System . DateTimeOffset ? lastModifiedStartTime = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? lastModifiedEndTime = default ( System . DateTimeOffset ? ) , Azure . RequestContext context = null ) { throw null ; }
43
- public virtual Azure . Developer . LoadTesting . FileUploadOperation UploadTestFile ( Azure . WaitUntil waitUntil , string testId , string fileName , Azure . Core . RequestContent content , System . TimeSpan ? timeSpan = default ( System . TimeSpan ? ) , string fileType = null , Azure . RequestContext context = null ) { throw null ; }
44
- public virtual System . Threading . Tasks . Task < Azure . Developer . LoadTesting . FileUploadOperation > UploadTestFileAsync ( Azure . WaitUntil waitUntil , string testId , string fileName , Azure . Core . RequestContent content , System . TimeSpan ? timeSpan = default ( System . TimeSpan ? ) , string fileType = null , Azure . RequestContext context = null ) { throw null ; }
43
+ public virtual Azure . Developer . LoadTesting . FileUploadResultOperation UploadTestFile ( Azure . WaitUntil waitUntil , string testId , string fileName , Azure . Core . RequestContent content , System . TimeSpan ? timeSpan = default ( System . TimeSpan ? ) , string fileType = null , Azure . RequestContext context = null ) { throw null ; }
44
+ public virtual System . Threading . Tasks . Task < Azure . Developer . LoadTesting . FileUploadResultOperation > UploadTestFileAsync ( Azure . WaitUntil waitUntil , string testId , string fileName , Azure . Core . RequestContent content , System . TimeSpan ? timeSpan = default ( System . TimeSpan ? ) , string fileType = null , Azure . RequestContext context = null ) { throw null ; }
45
45
}
46
46
public partial class LoadTestingClientOptions : Azure . Core . ClientOptions
47
47
{
@@ -57,8 +57,8 @@ protected LoadTestRunClient() { }
57
57
public LoadTestRunClient ( System . Uri endpoint , Azure . Core . TokenCredential credential ) { }
58
58
public LoadTestRunClient ( System . Uri endpoint , Azure . Core . TokenCredential credential , Azure . Developer . LoadTesting . LoadTestingClientOptions options ) { }
59
59
public virtual Azure . Core . Pipeline . HttpPipeline Pipeline { get { throw null ; } }
60
- public virtual Azure . Developer . LoadTesting . TestRunOperation BeginTestRun ( Azure . WaitUntil waitUntil , string testRunId , Azure . Core . RequestContent content , System . TimeSpan ? timeSpan = default ( System . TimeSpan ? ) , string oldTestRunId = null , Azure . RequestContext context = null ) { throw null ; }
61
- public virtual System . Threading . Tasks . Task < Azure . Developer . LoadTesting . TestRunOperation > BeginTestRunAsync ( Azure . WaitUntil waitUntil , string testRunId , Azure . Core . RequestContent content , System . TimeSpan ? timeSpan = default ( System . TimeSpan ? ) , string oldTestRunId = null , Azure . RequestContext context = null ) { throw null ; }
60
+ public virtual Azure . Developer . LoadTesting . TestRunResultOperation BeginTestRun ( Azure . WaitUntil waitUntil , string testRunId , Azure . Core . RequestContent content , System . TimeSpan ? timeSpan = default ( System . TimeSpan ? ) , string oldTestRunId = null , Azure . RequestContext context = null ) { throw null ; }
61
+ public virtual System . Threading . Tasks . Task < Azure . Developer . LoadTesting . TestRunResultOperation > BeginTestRunAsync ( Azure . WaitUntil waitUntil , string testRunId , Azure . Core . RequestContent content , System . TimeSpan ? timeSpan = default ( System . TimeSpan ? ) , string oldTestRunId = null , Azure . RequestContext context = null ) { throw null ; }
62
62
public virtual Azure . Response CreateOrUpdateAppComponents ( string testRunId , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
63
63
public virtual System . Threading . Tasks . Task < Azure . Response > CreateOrUpdateAppComponentsAsync ( string testRunId , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
64
64
public virtual Azure . Response CreateOrUpdateServerMetricsConfig ( string testRunId , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
@@ -69,12 +69,12 @@ public LoadTestRunClient(System.Uri endpoint, Azure.Core.TokenCredential credent
69
69
public virtual System . Threading . Tasks . Task < Azure . Response > GetAppComponentsAsync ( string testRunId , Azure . RequestContext context = null ) { throw null ; }
70
70
public virtual Azure . Response GetMetricDefinitions ( string testRunId , string metricNamespace , Azure . RequestContext context = null ) { throw null ; }
71
71
public virtual System . Threading . Tasks . Task < Azure . Response > GetMetricDefinitionsAsync ( string testRunId , string metricNamespace , Azure . RequestContext context = null ) { throw null ; }
72
- public virtual Azure . Pageable < System . BinaryData > GetMetricDimensionValues ( string testRunId , string name , string metricname , string metricNamespace , string timespan , string interval = null , Azure . RequestContext context = null ) { throw null ; }
73
- public virtual Azure . AsyncPageable < System . BinaryData > GetMetricDimensionValuesAsync ( string testRunId , string name , string metricname , string metricNamespace , string timespan , string interval = null , Azure . RequestContext context = null ) { throw null ; }
72
+ public virtual Azure . Pageable < System . BinaryData > GetMetricDimensionValues ( string testRunId , string name , string metricName , string metricNamespace , string timeInterval , string interval = null , Azure . RequestContext context = null ) { throw null ; }
73
+ public virtual Azure . AsyncPageable < System . BinaryData > GetMetricDimensionValuesAsync ( string testRunId , string name , string metricName , string metricNamespace , string timeInterval , string interval = null , Azure . RequestContext context = null ) { throw null ; }
74
74
public virtual Azure . Response GetMetricNamespaces ( string testRunId , Azure . RequestContext context = null ) { throw null ; }
75
75
public virtual System . Threading . Tasks . Task < Azure . Response > GetMetricNamespacesAsync ( string testRunId , Azure . RequestContext context = null ) { throw null ; }
76
- public virtual Azure . Pageable < System . BinaryData > GetMetrics ( string testRunId , string metricname , string metricNamespace , string timespan , Azure . Core . RequestContent content = null , string aggregation = null , string interval = null , Azure . RequestContext context = null ) { throw null ; }
77
- public virtual Azure . AsyncPageable < System . BinaryData > GetMetricsAsync ( string testRunId , string metricname , string metricNamespace , string timespan , Azure . Core . RequestContent content = null , string aggregation = null , string interval = null , Azure . RequestContext context = null ) { throw null ; }
76
+ public virtual Azure . Pageable < System . BinaryData > GetMetrics ( string testRunId , string metricName , string metricNamespace , string timespan , Azure . Core . RequestContent content = null , string aggregation = null , string interval = null , Azure . RequestContext context = null ) { throw null ; }
77
+ public virtual Azure . AsyncPageable < System . BinaryData > GetMetricsAsync ( string testRunId , string metricName , string metricNamespace , string timespan , Azure . Core . RequestContent content = null , string aggregation = null , string interval = null , Azure . RequestContext context = null ) { throw null ; }
78
78
public virtual Azure . Response GetServerMetricsConfig ( string testRunId , Azure . RequestContext context = null ) { throw null ; }
79
79
public virtual System . Threading . Tasks . Task < Azure . Response > GetServerMetricsConfigAsync ( string testRunId , Azure . RequestContext context = null ) { throw null ; }
80
80
public virtual Azure . Response GetTestRun ( string testRunId , Azure . RequestContext context = null ) { throw null ; }
@@ -86,10 +86,10 @@ public LoadTestRunClient(System.Uri endpoint, Azure.Core.TokenCredential credent
86
86
public virtual Azure . Response StopTestRun ( string testRunId , Azure . RequestContext context = null ) { throw null ; }
87
87
public virtual System . Threading . Tasks . Task < Azure . Response > StopTestRunAsync ( string testRunId , Azure . RequestContext context = null ) { throw null ; }
88
88
}
89
- public partial class TestRunOperation : Azure . Operation < System . BinaryData >
89
+ public partial class TestRunResultOperation : Azure . Operation < System . BinaryData >
90
90
{
91
- protected TestRunOperation ( ) { }
92
- public TestRunOperation ( string testRunId , Azure . Developer . LoadTesting . LoadTestRunClient client , Azure . Response initialResponse = null ) { }
91
+ protected TestRunResultOperation ( ) { }
92
+ public TestRunResultOperation ( string testRunId , Azure . Developer . LoadTesting . LoadTestRunClient client , Azure . Response initialResponse = null ) { }
93
93
public override bool HasCompleted { get { throw null ; } }
94
94
public override bool HasValue { get { throw null ; } }
95
95
public override string Id { get { throw null ; } }
0 commit comments