@@ -14,17 +14,11 @@ namespace Microsoft.Azure.Management.Sql
14
14
public partial interface IInstancePoolsOperations
15
15
{
16
16
/// <summary>
17
- /// Gets an instance pool .
17
+ /// Gets a list of all instance pools in the subscription .
18
18
/// </summary>
19
19
/// <remarks>
20
- /// Gets an instance pool .
20
+ /// Gets a list of all instance pools in the subscription .
21
21
/// </remarks>
22
- /// <param name='resourceGroupName'>
23
- /// The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
24
- /// </param>
25
- /// <param name='instancePoolName'>
26
- /// The name of the instance pool to be retrieved.
27
- /// </param>
28
22
/// <param name='customHeaders'>
29
23
/// The headers that will be added to request.
30
24
/// </param>
@@ -37,23 +31,17 @@ public partial interface IInstancePoolsOperations
37
31
/// <exception cref="Microsoft.Rest.SerializationException">
38
32
/// Thrown when unable to deserialize the response
39
33
/// </exception>
40
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < InstancePool > > GetWithHttpMessagesAsync ( string resourceGroupName , string instancePoolName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
34
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < InstancePool > > > ListWithHttpMessagesAsync ( System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
41
35
42
36
/// <summary>
43
- /// Creates or updates an instance pool.
37
+ /// Gets a list of instance pools in the resource group
44
38
/// </summary>
45
39
/// <remarks>
46
- /// Creates or updates an instance pool.
40
+ /// Gets a list of instance pools in the resource group
47
41
/// </remarks>
48
42
/// <param name='resourceGroupName'>
49
43
/// The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
50
44
/// </param>
51
- /// <param name='instancePoolName'>
52
- /// The name of the instance pool to be created or updated.
53
- /// </param>
54
- /// <param name='parameters'>
55
- /// The requested instance pool resource state.
56
- /// </param>
57
45
/// <param name='customHeaders'>
58
46
/// The headers that will be added to request.
59
47
/// </param>
@@ -66,19 +54,19 @@ public partial interface IInstancePoolsOperations
66
54
/// <exception cref="Microsoft.Rest.SerializationException">
67
55
/// Thrown when unable to deserialize the response
68
56
/// </exception>
69
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < InstancePool > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string instancePoolName , InstancePool parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
57
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < InstancePool > > > ListByResourceGroupWithHttpMessagesAsync ( string resourceGroupName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
70
58
71
59
/// <summary>
72
- /// Deletes an instance pool
60
+ /// Gets an instance pool.
73
61
/// </summary>
74
62
/// <remarks>
75
- /// Deletes an instance pool
63
+ /// Gets an instance pool.
76
64
/// </remarks>
77
65
/// <param name='resourceGroupName'>
78
66
/// The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
79
67
/// </param>
80
68
/// <param name='instancePoolName'>
81
- /// The name of the instance pool to be deleted
69
+ /// The name of the instance pool to be retrieved.
82
70
/// </param>
83
71
/// <param name='customHeaders'>
84
72
/// The headers that will be added to request.
@@ -89,19 +77,22 @@ public partial interface IInstancePoolsOperations
89
77
/// <exception cref="Microsoft.Rest.Azure.CloudException">
90
78
/// Thrown when the operation returned an invalid status code
91
79
/// </exception>
92
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > DeleteWithHttpMessagesAsync ( string resourceGroupName , string instancePoolName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
80
+ /// <exception cref="Microsoft.Rest.SerializationException">
81
+ /// Thrown when unable to deserialize the response
82
+ /// </exception>
83
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < InstancePool > > GetWithHttpMessagesAsync ( string resourceGroupName , string instancePoolName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
93
84
94
85
/// <summary>
95
- /// Updates an instance pool.
86
+ /// Creates or updates an instance pool.
96
87
/// </summary>
97
88
/// <remarks>
98
- /// Updates an instance pool.
89
+ /// Creates or updates an instance pool.
99
90
/// </remarks>
100
91
/// <param name='resourceGroupName'>
101
92
/// The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
102
93
/// </param>
103
94
/// <param name='instancePoolName'>
104
- /// The name of the instance pool to be updated.
95
+ /// The name of the instance pool to be created or updated.
105
96
/// </param>
106
97
/// <param name='parameters'>
107
98
/// The requested instance pool resource state.
@@ -118,17 +109,20 @@ public partial interface IInstancePoolsOperations
118
109
/// <exception cref="Microsoft.Rest.SerializationException">
119
110
/// Thrown when unable to deserialize the response
120
111
/// </exception>
121
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < InstancePool > > UpdateWithHttpMessagesAsync ( string resourceGroupName , string instancePoolName , InstancePoolUpdate parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
112
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < InstancePool > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string instancePoolName , InstancePool parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
122
113
123
114
/// <summary>
124
- /// Gets a list of instance pools in the resource group
115
+ /// Deletes an instance pool
125
116
/// </summary>
126
117
/// <remarks>
127
- /// Gets a list of instance pools in the resource group
118
+ /// Deletes an instance pool
128
119
/// </remarks>
129
120
/// <param name='resourceGroupName'>
130
121
/// The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
131
122
/// </param>
123
+ /// <param name='instancePoolName'>
124
+ /// The name of the instance pool to be deleted
125
+ /// </param>
132
126
/// <param name='customHeaders'>
133
127
/// The headers that will be added to request.
134
128
/// </param>
@@ -138,17 +132,23 @@ public partial interface IInstancePoolsOperations
138
132
/// <exception cref="Microsoft.Rest.Azure.CloudException">
139
133
/// Thrown when the operation returned an invalid status code
140
134
/// </exception>
141
- /// <exception cref="Microsoft.Rest.SerializationException">
142
- /// Thrown when unable to deserialize the response
143
- /// </exception>
144
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < InstancePool > > > ListByResourceGroupWithHttpMessagesAsync ( string resourceGroupName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
135
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > DeleteWithHttpMessagesAsync ( string resourceGroupName , string instancePoolName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
145
136
146
137
/// <summary>
147
- /// Gets a list of all instance pools in the subscription .
138
+ /// Updates an instance pool .
148
139
/// </summary>
149
140
/// <remarks>
150
- /// Gets a list of all instance pools in the subscription .
141
+ /// Updates an instance pool .
151
142
/// </remarks>
143
+ /// <param name='resourceGroupName'>
144
+ /// The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
145
+ /// </param>
146
+ /// <param name='instancePoolName'>
147
+ /// The name of the instance pool to be updated.
148
+ /// </param>
149
+ /// <param name='parameters'>
150
+ /// The requested instance pool resource state.
151
+ /// </param>
152
152
/// <param name='customHeaders'>
153
153
/// The headers that will be added to request.
154
154
/// </param>
@@ -161,7 +161,7 @@ public partial interface IInstancePoolsOperations
161
161
/// <exception cref="Microsoft.Rest.SerializationException">
162
162
/// Thrown when unable to deserialize the response
163
163
/// </exception>
164
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < InstancePool > > > ListWithHttpMessagesAsync ( System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
164
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < InstancePool > > UpdateWithHttpMessagesAsync ( string resourceGroupName , string instancePoolName , InstancePoolUpdate parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
165
165
166
166
/// <summary>
167
167
/// Creates or updates an instance pool.
@@ -245,10 +245,10 @@ public partial interface IInstancePoolsOperations
245
245
System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < InstancePool > > BeginUpdateWithHttpMessagesAsync ( string resourceGroupName , string instancePoolName , InstancePoolUpdate parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
246
246
247
247
/// <summary>
248
- /// Gets a list of instance pools in the resource group
248
+ /// Gets a list of all instance pools in the subscription.
249
249
/// </summary>
250
250
/// <remarks>
251
- /// Gets a list of instance pools in the resource group
251
+ /// Gets a list of all instance pools in the subscription.
252
252
/// </remarks>
253
253
/// <param name='nextPageLink'>
254
254
/// The NextLink from the previous successful call to List operation.
@@ -265,13 +265,13 @@ public partial interface IInstancePoolsOperations
265
265
/// <exception cref="Microsoft.Rest.SerializationException">
266
266
/// Thrown when unable to deserialize the response
267
267
/// </exception>
268
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < InstancePool > > > ListByResourceGroupNextWithHttpMessagesAsync ( string nextPageLink , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
268
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < InstancePool > > > ListNextWithHttpMessagesAsync ( string nextPageLink , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
269
269
270
270
/// <summary>
271
- /// Gets a list of all instance pools in the subscription.
271
+ /// Gets a list of instance pools in the resource group
272
272
/// </summary>
273
273
/// <remarks>
274
- /// Gets a list of all instance pools in the subscription.
274
+ /// Gets a list of instance pools in the resource group
275
275
/// </remarks>
276
276
/// <param name='nextPageLink'>
277
277
/// The NextLink from the previous successful call to List operation.
@@ -288,7 +288,7 @@ public partial interface IInstancePoolsOperations
288
288
/// <exception cref="Microsoft.Rest.SerializationException">
289
289
/// Thrown when unable to deserialize the response
290
290
/// </exception>
291
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < InstancePool > > > ListNextWithHttpMessagesAsync ( string nextPageLink , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
291
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < InstancePool > > > ListByResourceGroupNextWithHttpMessagesAsync ( string nextPageLink , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
292
292
293
293
}
294
294
}
0 commit comments