@@ -23,7 +23,7 @@ public interface FirewallRulesClient {
2323 * @throws IllegalArgumentException thrown if parameters fail the validation.
2424 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
2525 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
26- * @return all firewall rules in the specified redis cache.
26+ * @return all firewall rules in the specified redis cache as paginated response with {@link PagedFlux} .
2727 */
2828 @ ServiceMethod (returns = ReturnType .COLLECTION )
2929 PagedFlux <RedisFirewallRuleInner > listAsync (String resourceGroupName , String cacheName );
@@ -36,7 +36,7 @@ public interface FirewallRulesClient {
3636 * @throws IllegalArgumentException thrown if parameters fail the validation.
3737 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
3838 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
39- * @return all firewall rules in the specified redis cache.
39+ * @return all firewall rules in the specified redis cache as paginated response with {@link PagedIterable} .
4040 */
4141 @ ServiceMethod (returns = ReturnType .COLLECTION )
4242 PagedIterable <RedisFirewallRuleInner > list (String resourceGroupName , String cacheName );
@@ -50,7 +50,7 @@ public interface FirewallRulesClient {
5050 * @throws IllegalArgumentException thrown if parameters fail the validation.
5151 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
5252 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
53- * @return all firewall rules in the specified redis cache.
53+ * @return all firewall rules in the specified redis cache as paginated response with {@link PagedIterable} .
5454 */
5555 @ ServiceMethod (returns = ReturnType .COLLECTION )
5656 PagedIterable <RedisFirewallRuleInner > list (String resourceGroupName , String cacheName , Context context );
@@ -66,7 +66,7 @@ public interface FirewallRulesClient {
6666 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
6767 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
6868 * @return a firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted
69- * to connect.
69+ * to connect along with {@link Response} on successful completion of {@link Mono} .
7070 */
7171 @ ServiceMethod (returns = ReturnType .SINGLE )
7272 Mono <Response <RedisFirewallRuleInner >> createOrUpdateWithResponseAsync (
@@ -83,7 +83,7 @@ Mono<Response<RedisFirewallRuleInner>> createOrUpdateWithResponseAsync(
8383 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
8484 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
8585 * @return a firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted
86- * to connect.
86+ * to connect on successful completion of {@link Mono} .
8787 */
8888 @ ServiceMethod (returns = ReturnType .SINGLE )
8989 Mono <RedisFirewallRuleInner > createOrUpdateAsync (
@@ -118,7 +118,7 @@ RedisFirewallRuleInner createOrUpdate(
118118 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
119119 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
120120 * @return a firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted
121- * to connect.
121+ * to connect along with {@link Response} .
122122 */
123123 @ ServiceMethod (returns = ReturnType .SINGLE )
124124 Response <RedisFirewallRuleInner > createOrUpdateWithResponse (
@@ -137,7 +137,8 @@ Response<RedisFirewallRuleInner> createOrUpdateWithResponse(
137137 * @throws IllegalArgumentException thrown if parameters fail the validation.
138138 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
139139 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
140- * @return a single firewall rule in a specified redis cache.
140+ * @return a single firewall rule in a specified redis cache along with {@link Response} on successful completion of
141+ * {@link Mono}.
141142 */
142143 @ ServiceMethod (returns = ReturnType .SINGLE )
143144 Mono <Response <RedisFirewallRuleInner >> getWithResponseAsync (
@@ -152,7 +153,7 @@ Mono<Response<RedisFirewallRuleInner>> getWithResponseAsync(
152153 * @throws IllegalArgumentException thrown if parameters fail the validation.
153154 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
154155 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
155- * @return a single firewall rule in a specified redis cache.
156+ * @return a single firewall rule in a specified redis cache on successful completion of {@link Mono} .
156157 */
157158 @ ServiceMethod (returns = ReturnType .SINGLE )
158159 Mono <RedisFirewallRuleInner > getAsync (String resourceGroupName , String cacheName , String ruleName );
@@ -181,7 +182,7 @@ Mono<Response<RedisFirewallRuleInner>> getWithResponseAsync(
181182 * @throws IllegalArgumentException thrown if parameters fail the validation.
182183 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
183184 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
184- * @return a single firewall rule in a specified redis cache.
185+ * @return a single firewall rule in a specified redis cache along with {@link Response} .
185186 */
186187 @ ServiceMethod (returns = ReturnType .SINGLE )
187188 Response <RedisFirewallRuleInner > getWithResponse (
@@ -196,7 +197,7 @@ Response<RedisFirewallRuleInner> getWithResponse(
196197 * @throws IllegalArgumentException thrown if parameters fail the validation.
197198 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
198199 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
199- * @return the completion.
200+ * @return the {@link Response} on successful completion of {@link Mono} .
200201 */
201202 @ ServiceMethod (returns = ReturnType .SINGLE )
202203 Mono <Response <Void >> deleteWithResponseAsync (String resourceGroupName , String cacheName , String ruleName );
@@ -210,7 +211,7 @@ Response<RedisFirewallRuleInner> getWithResponse(
210211 * @throws IllegalArgumentException thrown if parameters fail the validation.
211212 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
212213 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
213- * @return the completion .
214+ * @return A {@link Mono} that completes when a successful response is received .
214215 */
215216 @ ServiceMethod (returns = ReturnType .SINGLE )
216217 Mono <Void > deleteAsync (String resourceGroupName , String cacheName , String ruleName );
@@ -238,7 +239,7 @@ Response<RedisFirewallRuleInner> getWithResponse(
238239 * @throws IllegalArgumentException thrown if parameters fail the validation.
239240 * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
240241 * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
241- * @return the response .
242+ * @return the {@link Response} .
242243 */
243244 @ ServiceMethod (returns = ReturnType .SINGLE )
244245 Response <Void > deleteWithResponse (String resourceGroupName , String cacheName , String ruleName , Context context );
0 commit comments