11
11
import com .azure .core .management .polling .PollResult ;
12
12
import com .azure .core .util .Context ;
13
13
import com .azure .core .util .polling .SyncPoller ;
14
- import com .azure .resourcemanager .logic .fluent .models .ManagedApiInner ;
14
+ import com .azure .resourcemanager .logic .fluent .models .IntegrationServiceEnvironmentManagedApiInner ;
15
15
16
16
/**
17
17
* An instance of this class provides access to all the operations defined in
@@ -29,7 +29,8 @@ public interface IntegrationServiceEnvironmentManagedApisClient {
29
29
* @return the integration service environment managed Apis.
30
30
*/
31
31
@ ServiceMethod (returns = ReturnType .COLLECTION )
32
- PagedIterable <ManagedApiInner > list (String resourceGroup , String integrationServiceEnvironmentName );
32
+ PagedIterable <IntegrationServiceEnvironmentManagedApiInner > list (
33
+ String resourceGroup , String integrationServiceEnvironmentName );
33
34
34
35
/**
35
36
* Gets the integration service environment managed Apis.
@@ -43,7 +44,7 @@ public interface IntegrationServiceEnvironmentManagedApisClient {
43
44
* @return the integration service environment managed Apis.
44
45
*/
45
46
@ ServiceMethod (returns = ReturnType .COLLECTION )
46
- PagedIterable <ManagedApiInner > list (
47
+ PagedIterable <IntegrationServiceEnvironmentManagedApiInner > list (
47
48
String resourceGroup , String integrationServiceEnvironmentName , Context context );
48
49
49
50
/**
@@ -58,7 +59,8 @@ PagedIterable<ManagedApiInner> list(
58
59
* @return the integration service environment managed Api.
59
60
*/
60
61
@ ServiceMethod (returns = ReturnType .SINGLE )
61
- ManagedApiInner get (String resourceGroup , String integrationServiceEnvironmentName , String apiName );
62
+ IntegrationServiceEnvironmentManagedApiInner get (
63
+ String resourceGroup , String integrationServiceEnvironmentName , String apiName );
62
64
63
65
/**
64
66
* Gets the integration service environment managed Api.
@@ -73,7 +75,7 @@ PagedIterable<ManagedApiInner> list(
73
75
* @return the integration service environment managed Api.
74
76
*/
75
77
@ ServiceMethod (returns = ReturnType .SINGLE )
76
- Response <ManagedApiInner > getWithResponse (
78
+ Response <IntegrationServiceEnvironmentManagedApiInner > getWithResponse (
77
79
String resourceGroup , String integrationServiceEnvironmentName , String apiName , Context context );
78
80
79
81
/**
@@ -82,60 +84,81 @@ Response<ManagedApiInner> getWithResponse(
82
84
* @param resourceGroup The resource group name.
83
85
* @param integrationServiceEnvironmentName The integration service environment name.
84
86
* @param apiName The api name.
87
+ * @param integrationServiceEnvironmentManagedApi The integration service environment managed api.
85
88
* @throws IllegalArgumentException thrown if parameters fail the validation.
86
89
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
87
90
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
88
- * @return the managed api definition .
91
+ * @return the integration service environment managed api.
89
92
*/
90
93
@ ServiceMethod (returns = ReturnType .SINGLE )
91
- SyncPoller <PollResult <ManagedApiInner >, ManagedApiInner > beginPut (
92
- String resourceGroup , String integrationServiceEnvironmentName , String apiName );
94
+ SyncPoller <PollResult <IntegrationServiceEnvironmentManagedApiInner >, IntegrationServiceEnvironmentManagedApiInner >
95
+ beginPut (
96
+ String resourceGroup ,
97
+ String integrationServiceEnvironmentName ,
98
+ String apiName ,
99
+ IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi );
93
100
94
101
/**
95
102
* Puts the integration service environment managed Api.
96
103
*
97
104
* @param resourceGroup The resource group name.
98
105
* @param integrationServiceEnvironmentName The integration service environment name.
99
106
* @param apiName The api name.
107
+ * @param integrationServiceEnvironmentManagedApi The integration service environment managed api.
100
108
* @param context The context to associate with this operation.
101
109
* @throws IllegalArgumentException thrown if parameters fail the validation.
102
110
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
103
111
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
104
- * @return the managed api definition .
112
+ * @return the integration service environment managed api.
105
113
*/
106
114
@ ServiceMethod (returns = ReturnType .SINGLE )
107
- SyncPoller <PollResult <ManagedApiInner >, ManagedApiInner > beginPut (
108
- String resourceGroup , String integrationServiceEnvironmentName , String apiName , Context context );
115
+ SyncPoller <PollResult <IntegrationServiceEnvironmentManagedApiInner >, IntegrationServiceEnvironmentManagedApiInner >
116
+ beginPut (
117
+ String resourceGroup ,
118
+ String integrationServiceEnvironmentName ,
119
+ String apiName ,
120
+ IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi ,
121
+ Context context );
109
122
110
123
/**
111
124
* Puts the integration service environment managed Api.
112
125
*
113
126
* @param resourceGroup The resource group name.
114
127
* @param integrationServiceEnvironmentName The integration service environment name.
115
128
* @param apiName The api name.
129
+ * @param integrationServiceEnvironmentManagedApi The integration service environment managed api.
116
130
* @throws IllegalArgumentException thrown if parameters fail the validation.
117
131
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
118
132
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
119
- * @return the managed api definition .
133
+ * @return the integration service environment managed api.
120
134
*/
121
135
@ ServiceMethod (returns = ReturnType .SINGLE )
122
- ManagedApiInner put (String resourceGroup , String integrationServiceEnvironmentName , String apiName );
136
+ IntegrationServiceEnvironmentManagedApiInner put (
137
+ String resourceGroup ,
138
+ String integrationServiceEnvironmentName ,
139
+ String apiName ,
140
+ IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi );
123
141
124
142
/**
125
143
* Puts the integration service environment managed Api.
126
144
*
127
145
* @param resourceGroup The resource group name.
128
146
* @param integrationServiceEnvironmentName The integration service environment name.
129
147
* @param apiName The api name.
148
+ * @param integrationServiceEnvironmentManagedApi The integration service environment managed api.
130
149
* @param context The context to associate with this operation.
131
150
* @throws IllegalArgumentException thrown if parameters fail the validation.
132
151
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
133
152
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
134
- * @return the managed api definition .
153
+ * @return the integration service environment managed api.
135
154
*/
136
155
@ ServiceMethod (returns = ReturnType .SINGLE )
137
- ManagedApiInner put (
138
- String resourceGroup , String integrationServiceEnvironmentName , String apiName , Context context );
156
+ IntegrationServiceEnvironmentManagedApiInner put (
157
+ String resourceGroup ,
158
+ String integrationServiceEnvironmentName ,
159
+ String apiName ,
160
+ IntegrationServiceEnvironmentManagedApiInner integrationServiceEnvironmentManagedApi ,
161
+ Context context );
139
162
140
163
/**
141
164
* Deletes the integration service environment managed Api.
0 commit comments