@@ -45,7 +45,7 @@ public interface NamespacesClient {
45
45
* @throws IllegalArgumentException thrown if parameters fail the validation.
46
46
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
47
47
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
48
- * @return description of a CheckAvailability resource.
48
+ * @return description of a CheckAvailability resource along with {@link Response} .
49
49
*/
50
50
@ ServiceMethod (returns = ReturnType .SINGLE )
51
51
Response <CheckAvailabilityResultInner > checkAvailabilityWithResponse (
@@ -78,7 +78,7 @@ NamespaceResourceInner createOrUpdate(
78
78
* @throws IllegalArgumentException thrown if parameters fail the validation.
79
79
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
80
80
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
81
- * @return description of a Namespace resource.
81
+ * @return description of a Namespace resource along with {@link Response} .
82
82
*/
83
83
@ ServiceMethod (returns = ReturnType .SINGLE )
84
84
Response <NamespaceResourceInner > createOrUpdateWithResponse (
@@ -108,7 +108,7 @@ Response<NamespaceResourceInner> createOrUpdateWithResponse(
108
108
* @throws IllegalArgumentException thrown if parameters fail the validation.
109
109
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
110
110
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
111
- * @return description of a Namespace resource.
111
+ * @return description of a Namespace resource along with {@link Response} .
112
112
*/
113
113
@ ServiceMethod (returns = ReturnType .SINGLE )
114
114
Response <NamespaceResourceInner > patchWithResponse (
@@ -122,7 +122,7 @@ Response<NamespaceResourceInner> patchWithResponse(
122
122
* @throws IllegalArgumentException thrown if parameters fail the validation.
123
123
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
124
124
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
125
- * @return the completion .
125
+ * @return the {@link SyncPoller} for polling of long-running operation .
126
126
*/
127
127
@ ServiceMethod (returns = ReturnType .LONG_RUNNING_OPERATION )
128
128
SyncPoller <PollResult <Void >, Void > beginDelete (String resourceGroupName , String namespaceName );
@@ -136,7 +136,7 @@ Response<NamespaceResourceInner> patchWithResponse(
136
136
* @throws IllegalArgumentException thrown if parameters fail the validation.
137
137
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
138
138
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
139
- * @return the completion .
139
+ * @return the {@link SyncPoller} for polling of long-running operation .
140
140
*/
141
141
@ ServiceMethod (returns = ReturnType .LONG_RUNNING_OPERATION )
142
142
SyncPoller <PollResult <Void >, Void > beginDelete (String resourceGroupName , String namespaceName , Context context );
@@ -188,7 +188,7 @@ Response<NamespaceResourceInner> patchWithResponse(
188
188
* @throws IllegalArgumentException thrown if parameters fail the validation.
189
189
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
190
190
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
191
- * @return description of a Namespace resource.
191
+ * @return description of a Namespace resource along with {@link Response} .
192
192
*/
193
193
@ ServiceMethod (returns = ReturnType .SINGLE )
194
194
Response <NamespaceResourceInner > getByResourceGroupWithResponse (
@@ -224,7 +224,7 @@ SharedAccessAuthorizationRuleResourceInner createOrUpdateAuthorizationRule(
224
224
* @throws IllegalArgumentException thrown if parameters fail the validation.
225
225
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
226
226
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
227
- * @return description of a Namespace AuthorizationRules.
227
+ * @return description of a Namespace AuthorizationRules along with {@link Response} .
228
228
*/
229
229
@ ServiceMethod (returns = ReturnType .SINGLE )
230
230
Response <SharedAccessAuthorizationRuleResourceInner > createOrUpdateAuthorizationRuleWithResponse (
@@ -257,7 +257,7 @@ Response<SharedAccessAuthorizationRuleResourceInner> createOrUpdateAuthorization
257
257
* @throws IllegalArgumentException thrown if parameters fail the validation.
258
258
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
259
259
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
260
- * @return the response .
260
+ * @return the {@link Response} .
261
261
*/
262
262
@ ServiceMethod (returns = ReturnType .SINGLE )
263
263
Response <Void > deleteAuthorizationRuleWithResponse (
@@ -288,7 +288,7 @@ SharedAccessAuthorizationRuleResourceInner getAuthorizationRule(
288
288
* @throws IllegalArgumentException thrown if parameters fail the validation.
289
289
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
290
290
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
291
- * @return an authorization rule for a namespace by name.
291
+ * @return an authorization rule for a namespace by name along with {@link Response} .
292
292
*/
293
293
@ ServiceMethod (returns = ReturnType .SINGLE )
294
294
Response <SharedAccessAuthorizationRuleResourceInner > getAuthorizationRuleWithResponse (
@@ -302,7 +302,7 @@ Response<SharedAccessAuthorizationRuleResourceInner> getAuthorizationRuleWithRes
302
302
* @throws IllegalArgumentException thrown if parameters fail the validation.
303
303
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
304
304
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
305
- * @return the response of the List Namespace operation.
305
+ * @return the response of the List Namespace operation as paginated response with {@link PagedIterable} .
306
306
*/
307
307
@ ServiceMethod (returns = ReturnType .COLLECTION )
308
308
PagedIterable <NamespaceResourceInner > listByResourceGroup (String resourceGroupName );
@@ -316,7 +316,7 @@ Response<SharedAccessAuthorizationRuleResourceInner> getAuthorizationRuleWithRes
316
316
* @throws IllegalArgumentException thrown if parameters fail the validation.
317
317
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
318
318
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
319
- * @return the response of the List Namespace operation.
319
+ * @return the response of the List Namespace operation as paginated response with {@link PagedIterable} .
320
320
*/
321
321
@ ServiceMethod (returns = ReturnType .COLLECTION )
322
322
PagedIterable <NamespaceResourceInner > listByResourceGroup (String resourceGroupName , Context context );
@@ -326,7 +326,7 @@ Response<SharedAccessAuthorizationRuleResourceInner> getAuthorizationRuleWithRes
326
326
*
327
327
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
328
328
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
329
- * @return the response of the List Namespace operation.
329
+ * @return the response of the List Namespace operation as paginated response with {@link PagedIterable} .
330
330
*/
331
331
@ ServiceMethod (returns = ReturnType .COLLECTION )
332
332
PagedIterable <NamespaceResourceInner > list ();
@@ -338,7 +338,7 @@ Response<SharedAccessAuthorizationRuleResourceInner> getAuthorizationRuleWithRes
338
338
* @throws IllegalArgumentException thrown if parameters fail the validation.
339
339
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
340
340
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
341
- * @return the response of the List Namespace operation.
341
+ * @return the response of the List Namespace operation as paginated response with {@link PagedIterable} .
342
342
*/
343
343
@ ServiceMethod (returns = ReturnType .COLLECTION )
344
344
PagedIterable <NamespaceResourceInner > list (Context context );
@@ -351,7 +351,7 @@ Response<SharedAccessAuthorizationRuleResourceInner> getAuthorizationRuleWithRes
351
351
* @throws IllegalArgumentException thrown if parameters fail the validation.
352
352
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
353
353
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
354
- * @return the authorization rules for a namespace.
354
+ * @return the authorization rules for a namespace as paginated response with {@link PagedIterable} .
355
355
*/
356
356
@ ServiceMethod (returns = ReturnType .COLLECTION )
357
357
PagedIterable <SharedAccessAuthorizationRuleResourceInner > listAuthorizationRules (
@@ -366,7 +366,7 @@ PagedIterable<SharedAccessAuthorizationRuleResourceInner> listAuthorizationRules
366
366
* @throws IllegalArgumentException thrown if parameters fail the validation.
367
367
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
368
368
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
369
- * @return the authorization rules for a namespace.
369
+ * @return the authorization rules for a namespace as paginated response with {@link PagedIterable} .
370
370
*/
371
371
@ ServiceMethod (returns = ReturnType .COLLECTION )
372
372
PagedIterable <SharedAccessAuthorizationRuleResourceInner > listAuthorizationRules (
@@ -396,7 +396,7 @@ PagedIterable<SharedAccessAuthorizationRuleResourceInner> listAuthorizationRules
396
396
* @throws IllegalArgumentException thrown if parameters fail the validation.
397
397
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
398
398
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
399
- * @return the Primary and Secondary ConnectionStrings to the namespace.
399
+ * @return the Primary and Secondary ConnectionStrings to the namespace along with {@link Response} .
400
400
*/
401
401
@ ServiceMethod (returns = ReturnType .SINGLE )
402
402
Response <ResourceListKeysInner > listKeysWithResponse (
@@ -429,7 +429,7 @@ ResourceListKeysInner regenerateKeys(
429
429
* @throws IllegalArgumentException thrown if parameters fail the validation.
430
430
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
431
431
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
432
- * @return namespace/NotificationHub Connection String.
432
+ * @return namespace/NotificationHub Connection String along with {@link Response} .
433
433
*/
434
434
@ ServiceMethod (returns = ReturnType .SINGLE )
435
435
Response <ResourceListKeysInner > regenerateKeysWithResponse (
0 commit comments