@@ -1284,7 +1284,7 @@ public virtual async Task<ClientResult> WithApiVersionAsync(string p1, Cancellat
1284
1284
/// <param name="options"> The request options, which can override default behaviors of the client pipeline on a per-call basis. </param>
1285
1285
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1286
1286
/// <returns> The response returned from the service. </returns>
1287
- public virtual CollectionResult ListWithNextLink ( RequestOptions options )
1287
+ public virtual CollectionResult GetWithNextLink ( RequestOptions options )
1288
1288
{
1289
1289
return new SampleTypeSpecClientListWithNextLinkCollectionResult ( this , null , options ) ;
1290
1290
}
@@ -1300,23 +1300,23 @@ public virtual CollectionResult ListWithNextLink(RequestOptions options)
1300
1300
/// <param name="options"> The request options, which can override default behaviors of the client pipeline on a per-call basis. </param>
1301
1301
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1302
1302
/// <returns> The response returned from the service. </returns>
1303
- public virtual AsyncCollectionResult ListWithNextLinkAsync ( RequestOptions options )
1303
+ public virtual AsyncCollectionResult GetWithNextLinkAsync ( RequestOptions options )
1304
1304
{
1305
1305
return new SampleTypeSpecClientListWithNextLinkAsyncCollectionResult ( this , null , options ) ;
1306
1306
}
1307
1307
1308
1308
/// <summary> List things with nextlink. </summary>
1309
1309
/// <param name="cancellationToken"> The cancellation token that can be used to cancel the operation. </param>
1310
1310
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1311
- public virtual CollectionResult < Thing > ListWithNextLink ( CancellationToken cancellationToken = default )
1311
+ public virtual CollectionResult < Thing > GetWithNextLink ( CancellationToken cancellationToken = default )
1312
1312
{
1313
1313
return new SampleTypeSpecClientListWithNextLinkCollectionResultOfT ( this , null , cancellationToken . CanBeCanceled ? new RequestOptions { CancellationToken = cancellationToken } : null ) ;
1314
1314
}
1315
1315
1316
1316
/// <summary> List things with nextlink. </summary>
1317
1317
/// <param name="cancellationToken"> The cancellation token that can be used to cancel the operation. </param>
1318
1318
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1319
- public virtual AsyncCollectionResult < Thing > ListWithNextLinkAsync ( CancellationToken cancellationToken = default )
1319
+ public virtual AsyncCollectionResult < Thing > GetWithNextLinkAsync ( CancellationToken cancellationToken = default )
1320
1320
{
1321
1321
return new SampleTypeSpecClientListWithNextLinkAsyncCollectionResultOfT ( this , null , cancellationToken . CanBeCanceled ? new RequestOptions { CancellationToken = cancellationToken } : null ) ;
1322
1322
}
@@ -1333,7 +1333,7 @@ public virtual AsyncCollectionResult<Thing> ListWithNextLinkAsync(CancellationTo
1333
1333
/// <param name="options"> The request options, which can override default behaviors of the client pipeline on a per-call basis. </param>
1334
1334
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1335
1335
/// <returns> The response returned from the service. </returns>
1336
- public virtual CollectionResult ListWithContinuationToken ( string token , RequestOptions options )
1336
+ public virtual CollectionResult GetWithContinuationToken ( string token , RequestOptions options )
1337
1337
{
1338
1338
return new SampleTypeSpecClientListWithContinuationTokenCollectionResult ( this , token , options ) ;
1339
1339
}
@@ -1350,7 +1350,7 @@ public virtual CollectionResult ListWithContinuationToken(string token, RequestO
1350
1350
/// <param name="options"> The request options, which can override default behaviors of the client pipeline on a per-call basis. </param>
1351
1351
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1352
1352
/// <returns> The response returned from the service. </returns>
1353
- public virtual AsyncCollectionResult ListWithContinuationTokenAsync ( string token , RequestOptions options )
1353
+ public virtual AsyncCollectionResult GetWithContinuationTokenAsync ( string token , RequestOptions options )
1354
1354
{
1355
1355
return new SampleTypeSpecClientListWithContinuationTokenAsyncCollectionResult ( this , token , options ) ;
1356
1356
}
@@ -1359,7 +1359,7 @@ public virtual AsyncCollectionResult ListWithContinuationTokenAsync(string token
1359
1359
/// <param name="token"></param>
1360
1360
/// <param name="cancellationToken"> The cancellation token that can be used to cancel the operation. </param>
1361
1361
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1362
- public virtual CollectionResult < Thing > ListWithContinuationToken ( string token = default , CancellationToken cancellationToken = default )
1362
+ public virtual CollectionResult < Thing > GetWithContinuationToken ( string token = default , CancellationToken cancellationToken = default )
1363
1363
{
1364
1364
return new SampleTypeSpecClientListWithContinuationTokenCollectionResultOfT ( this , token , cancellationToken . CanBeCanceled ? new RequestOptions { CancellationToken = cancellationToken } : null ) ;
1365
1365
}
@@ -1368,7 +1368,7 @@ public virtual CollectionResult<Thing> ListWithContinuationToken(string token =
1368
1368
/// <param name="token"></param>
1369
1369
/// <param name="cancellationToken"> The cancellation token that can be used to cancel the operation. </param>
1370
1370
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1371
- public virtual AsyncCollectionResult < Thing > ListWithContinuationTokenAsync ( string token = default , CancellationToken cancellationToken = default )
1371
+ public virtual AsyncCollectionResult < Thing > GetWithContinuationTokenAsync ( string token = default , CancellationToken cancellationToken = default )
1372
1372
{
1373
1373
return new SampleTypeSpecClientListWithContinuationTokenAsyncCollectionResultOfT ( this , token , cancellationToken . CanBeCanceled ? new RequestOptions { CancellationToken = cancellationToken } : null ) ;
1374
1374
}
@@ -1385,7 +1385,7 @@ public virtual AsyncCollectionResult<Thing> ListWithContinuationTokenAsync(strin
1385
1385
/// <param name="options"> The request options, which can override default behaviors of the client pipeline on a per-call basis. </param>
1386
1386
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1387
1387
/// <returns> The response returned from the service. </returns>
1388
- public virtual CollectionResult ListWithContinuationTokenHeaderResponse ( string token , RequestOptions options )
1388
+ public virtual CollectionResult GetWithContinuationTokenHeaderResponse ( string token , RequestOptions options )
1389
1389
{
1390
1390
return new SampleTypeSpecClientListWithContinuationTokenHeaderResponseCollectionResult ( this , token , options ) ;
1391
1391
}
@@ -1402,7 +1402,7 @@ public virtual CollectionResult ListWithContinuationTokenHeaderResponse(string t
1402
1402
/// <param name="options"> The request options, which can override default behaviors of the client pipeline on a per-call basis. </param>
1403
1403
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1404
1404
/// <returns> The response returned from the service. </returns>
1405
- public virtual AsyncCollectionResult ListWithContinuationTokenHeaderResponseAsync ( string token , RequestOptions options )
1405
+ public virtual AsyncCollectionResult GetWithContinuationTokenHeaderResponseAsync ( string token , RequestOptions options )
1406
1406
{
1407
1407
return new SampleTypeSpecClientListWithContinuationTokenHeaderResponseAsyncCollectionResult ( this , token , options ) ;
1408
1408
}
@@ -1411,7 +1411,7 @@ public virtual AsyncCollectionResult ListWithContinuationTokenHeaderResponseAsyn
1411
1411
/// <param name="token"></param>
1412
1412
/// <param name="cancellationToken"> The cancellation token that can be used to cancel the operation. </param>
1413
1413
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1414
- public virtual CollectionResult < Thing > ListWithContinuationTokenHeaderResponse ( string token = default , CancellationToken cancellationToken = default )
1414
+ public virtual CollectionResult < Thing > GetWithContinuationTokenHeaderResponse ( string token = default , CancellationToken cancellationToken = default )
1415
1415
{
1416
1416
return new SampleTypeSpecClientListWithContinuationTokenHeaderResponseCollectionResultOfT ( this , token , cancellationToken . CanBeCanceled ? new RequestOptions { CancellationToken = cancellationToken } : null ) ;
1417
1417
}
@@ -1420,7 +1420,7 @@ public virtual CollectionResult<Thing> ListWithContinuationTokenHeaderResponse(s
1420
1420
/// <param name="token"></param>
1421
1421
/// <param name="cancellationToken"> The cancellation token that can be used to cancel the operation. </param>
1422
1422
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1423
- public virtual AsyncCollectionResult < Thing > ListWithContinuationTokenHeaderResponseAsync ( string token = default , CancellationToken cancellationToken = default )
1423
+ public virtual AsyncCollectionResult < Thing > GetWithContinuationTokenHeaderResponseAsync ( string token = default , CancellationToken cancellationToken = default )
1424
1424
{
1425
1425
return new SampleTypeSpecClientListWithContinuationTokenHeaderResponseAsyncCollectionResultOfT ( this , token , cancellationToken . CanBeCanceled ? new RequestOptions { CancellationToken = cancellationToken } : null ) ;
1426
1426
}
@@ -1436,7 +1436,7 @@ public virtual AsyncCollectionResult<Thing> ListWithContinuationTokenHeaderRespo
1436
1436
/// <param name="options"> The request options, which can override default behaviors of the client pipeline on a per-call basis. </param>
1437
1437
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1438
1438
/// <returns> The response returned from the service. </returns>
1439
- public virtual CollectionResult ListWithPaging ( RequestOptions options )
1439
+ public virtual CollectionResult GetWithPaging ( RequestOptions options )
1440
1440
{
1441
1441
return new SampleTypeSpecClientListWithPagingCollectionResult ( this , options ) ;
1442
1442
}
@@ -1452,23 +1452,23 @@ public virtual CollectionResult ListWithPaging(RequestOptions options)
1452
1452
/// <param name="options"> The request options, which can override default behaviors of the client pipeline on a per-call basis. </param>
1453
1453
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1454
1454
/// <returns> The response returned from the service. </returns>
1455
- public virtual AsyncCollectionResult ListWithPagingAsync ( RequestOptions options )
1455
+ public virtual AsyncCollectionResult GetWithPagingAsync ( RequestOptions options )
1456
1456
{
1457
1457
return new SampleTypeSpecClientListWithPagingAsyncCollectionResult ( this , options ) ;
1458
1458
}
1459
1459
1460
1460
/// <summary> List things with paging. </summary>
1461
1461
/// <param name="cancellationToken"> The cancellation token that can be used to cancel the operation. </param>
1462
1462
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1463
- public virtual CollectionResult < Thing > ListWithPaging ( CancellationToken cancellationToken = default )
1463
+ public virtual CollectionResult < Thing > GetWithPaging ( CancellationToken cancellationToken = default )
1464
1464
{
1465
1465
return new SampleTypeSpecClientListWithPagingCollectionResultOfT ( this , cancellationToken . CanBeCanceled ? new RequestOptions { CancellationToken = cancellationToken } : null ) ;
1466
1466
}
1467
1467
1468
1468
/// <summary> List things with paging. </summary>
1469
1469
/// <param name="cancellationToken"> The cancellation token that can be used to cancel the operation. </param>
1470
1470
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
1471
- public virtual AsyncCollectionResult < Thing > ListWithPagingAsync ( CancellationToken cancellationToken = default )
1471
+ public virtual AsyncCollectionResult < Thing > GetWithPagingAsync ( CancellationToken cancellationToken = default )
1472
1472
{
1473
1473
return new SampleTypeSpecClientListWithPagingAsyncCollectionResultOfT ( this , cancellationToken . CanBeCanceled ? new RequestOptions { CancellationToken = cancellationToken } : null ) ;
1474
1474
}
0 commit comments