@@ -319,19 +319,25 @@ public JobRouterAdministrationClient(System.Uri endpoint, Azure.Core.TokenCreden
319319 public virtual System . Threading . Tasks . Task < Azure . Response > DeleteExceptionPolicyAsync ( string exceptionPolicyId , Azure . RequestContext context = null ) { throw null ; }
320320 public virtual Azure . Response DeleteQueue ( string queueId , Azure . RequestContext context = null ) { throw null ; }
321321 public virtual System . Threading . Tasks . Task < Azure . Response > DeleteQueueAsync ( string queueId , Azure . RequestContext context = null ) { throw null ; }
322+ public virtual Azure . Pageable < System . BinaryData > GetClassificationPolicies ( Azure . RequestContext context ) { throw null ; }
322323 public virtual Azure . Pageable < Azure . Communication . JobRouter . ClassificationPolicy > GetClassificationPolicies ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
324+ public virtual Azure . AsyncPageable < System . BinaryData > GetClassificationPoliciesAsync ( Azure . RequestContext context ) { throw null ; }
323325 public virtual Azure . AsyncPageable < Azure . Communication . JobRouter . ClassificationPolicy > GetClassificationPoliciesAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
324326 public virtual Azure . Response GetClassificationPolicy ( string classificationPolicyId , Azure . RequestContext context ) { throw null ; }
325327 public virtual Azure . Response < Azure . Communication . JobRouter . ClassificationPolicy > GetClassificationPolicy ( string classificationPolicyId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
326328 public virtual System . Threading . Tasks . Task < Azure . Response > GetClassificationPolicyAsync ( string classificationPolicyId , Azure . RequestContext context ) { throw null ; }
327329 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Communication . JobRouter . ClassificationPolicy > > GetClassificationPolicyAsync ( string classificationPolicyId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
330+ public virtual Azure . Pageable < System . BinaryData > GetDistributionPolicies ( Azure . RequestContext context ) { throw null ; }
328331 public virtual Azure . Pageable < Azure . Communication . JobRouter . DistributionPolicy > GetDistributionPolicies ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
332+ public virtual Azure . AsyncPageable < System . BinaryData > GetDistributionPoliciesAsync ( Azure . RequestContext context ) { throw null ; }
329333 public virtual Azure . AsyncPageable < Azure . Communication . JobRouter . DistributionPolicy > GetDistributionPoliciesAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
330334 public virtual Azure . Response GetDistributionPolicy ( string distributionPolicyId , Azure . RequestContext context ) { throw null ; }
331335 public virtual Azure . Response < Azure . Communication . JobRouter . DistributionPolicy > GetDistributionPolicy ( string distributionPolicyId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
332336 public virtual System . Threading . Tasks . Task < Azure . Response > GetDistributionPolicyAsync ( string distributionPolicyId , Azure . RequestContext context ) { throw null ; }
333337 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Communication . JobRouter . DistributionPolicy > > GetDistributionPolicyAsync ( string distributionPolicyId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
338+ public virtual Azure . Pageable < System . BinaryData > GetExceptionPolicies ( Azure . RequestContext context ) { throw null ; }
334339 public virtual Azure . Pageable < Azure . Communication . JobRouter . ExceptionPolicy > GetExceptionPolicies ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
340+ public virtual Azure . AsyncPageable < System . BinaryData > GetExceptionPoliciesAsync ( Azure . RequestContext context ) { throw null ; }
335341 public virtual Azure . AsyncPageable < Azure . Communication . JobRouter . ExceptionPolicy > GetExceptionPoliciesAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
336342 public virtual Azure . Response GetExceptionPolicy ( string exceptionPolicyId , Azure . RequestContext context ) { throw null ; }
337343 public virtual Azure . Response < Azure . Communication . JobRouter . ExceptionPolicy > GetExceptionPolicy ( string exceptionPolicyId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -341,7 +347,9 @@ public JobRouterAdministrationClient(System.Uri endpoint, Azure.Core.TokenCreden
341347 public virtual Azure . Response < Azure . Communication . JobRouter . RouterQueue > GetQueue ( string queueId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
342348 public virtual System . Threading . Tasks . Task < Azure . Response > GetQueueAsync ( string queueId , Azure . RequestContext context ) { throw null ; }
343349 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Communication . JobRouter . RouterQueue > > GetQueueAsync ( string queueId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
350+ public virtual Azure . Pageable < System . BinaryData > GetQueues ( Azure . RequestContext context ) { throw null ; }
344351 public virtual Azure . Pageable < Azure . Communication . JobRouter . RouterQueue > GetQueues ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
352+ public virtual Azure . AsyncPageable < System . BinaryData > GetQueuesAsync ( Azure . RequestContext context ) { throw null ; }
345353 public virtual Azure . AsyncPageable < Azure . Communication . JobRouter . RouterQueue > GetQueuesAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
346354 public virtual Azure . Response < Azure . Communication . JobRouter . ClassificationPolicy > UpdateClassificationPolicy ( Azure . Communication . JobRouter . ClassificationPolicy classificationPolicy , Azure . RequestConditions requestConditions = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
347355 public virtual Azure . Response UpdateClassificationPolicy ( string classificationPolicyId , Azure . Core . RequestContent content , Azure . RequestConditions requestConditions = null , Azure . RequestContext context = null ) { throw null ; }
@@ -352,8 +360,11 @@ public JobRouterAdministrationClient(System.Uri endpoint, Azure.Core.TokenCreden
352360 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Communication . JobRouter . DistributionPolicy > > UpdateDistributionPolicyAsync ( Azure . Communication . JobRouter . DistributionPolicy distributionPolicy , Azure . RequestConditions requestConditions = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
353361 public virtual System . Threading . Tasks . Task < Azure . Response > UpdateDistributionPolicyAsync ( string distributionPolicyId , Azure . Core . RequestContent content , Azure . RequestConditions requestConditions = null , Azure . RequestContext context = null ) { throw null ; }
354362 public virtual Azure . Response < Azure . Communication . JobRouter . ExceptionPolicy > UpdateExceptionPolicy ( Azure . Communication . JobRouter . ExceptionPolicy exceptionPolicy , Azure . RequestConditions requestConditions = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
363+ public virtual Azure . Response UpdateExceptionPolicy ( string exceptionPolicyId , Azure . Core . RequestContent content , Azure . RequestConditions requestConditions = null , Azure . RequestContext context = null ) { throw null ; }
355364 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Communication . JobRouter . ExceptionPolicy > > UpdateExceptionPolicyAsync ( Azure . Communication . JobRouter . ExceptionPolicy exceptionPolicy , Azure . RequestConditions requestConditions = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
365+ public virtual System . Threading . Tasks . Task < Azure . Response > UpdateExceptionPolicyAsync ( string exceptionPolicyId , Azure . Core . RequestContent content , Azure . RequestConditions requestConditions = null , Azure . RequestContext context = null ) { throw null ; }
356366 public virtual Azure . Response < Azure . Communication . JobRouter . RouterQueue > UpdateQueue ( Azure . Communication . JobRouter . RouterQueue queue , Azure . RequestConditions requestConditions = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
367+ public virtual Azure . Response UpdateQueue ( string queueId , Azure . Core . RequestContent content , Azure . RequestConditions requestConditions = null , Azure . RequestContext context = null ) { throw null ; }
357368 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Communication . JobRouter . RouterQueue > > UpdateQueueAsync ( Azure . Communication . JobRouter . RouterQueue queue , Azure . RequestConditions requestConditions = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
358369 public virtual System . Threading . Tasks . Task < Azure . Response > UpdateQueueAsync ( string queueId , Azure . Core . RequestContent content , Azure . RequestConditions requestConditions = null , Azure . RequestContext context = null ) { throw null ; }
359370 }
@@ -399,7 +410,9 @@ public JobRouterClient(System.Uri endpoint, Azure.Core.TokenCredential credentia
399410 public virtual System . Threading . Tasks . Task < Azure . Response > GetJobAsync ( string jobId , Azure . RequestContext context ) { throw null ; }
400411 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Communication . JobRouter . RouterJob > > GetJobAsync ( string jobId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
401412 public virtual Azure . Pageable < Azure . Communication . JobRouter . RouterJob > GetJobs ( Azure . Communication . JobRouter . RouterJobStatusSelector ? status = default ( Azure . Communication . JobRouter . RouterJobStatusSelector ? ) , string queueId = null , string channelId = null , string classificationPolicyId = null , System . DateTimeOffset ? scheduledBefore = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? scheduledAfter = default ( System . DateTimeOffset ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
413+ public virtual Azure . Pageable < System . BinaryData > GetJobs ( string status , string queueId , string channelId , string classificationPolicyId , System . DateTimeOffset ? scheduledBefore , System . DateTimeOffset ? scheduledAfter , Azure . RequestContext context ) { throw null ; }
402414 public virtual Azure . AsyncPageable < Azure . Communication . JobRouter . RouterJob > GetJobsAsync ( Azure . Communication . JobRouter . RouterJobStatusSelector ? status = default ( Azure . Communication . JobRouter . RouterJobStatusSelector ? ) , string queueId = null , string channelId = null , string classificationPolicyId = null , System . DateTimeOffset ? scheduledBefore = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? scheduledAfter = default ( System . DateTimeOffset ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
415+ public virtual Azure . AsyncPageable < System . BinaryData > GetJobsAsync ( string status , string queueId , string channelId , string classificationPolicyId , System . DateTimeOffset ? scheduledBefore , System . DateTimeOffset ? scheduledAfter , Azure . RequestContext context ) { throw null ; }
403416 public virtual Azure . Response GetQueuePosition ( string jobId , Azure . RequestContext context ) { throw null ; }
404417 public virtual Azure . Response < Azure . Communication . JobRouter . RouterJobPositionDetails > GetQueuePosition ( string jobId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
405418 public virtual System . Threading . Tasks . Task < Azure . Response > GetQueuePositionAsync ( string jobId , Azure . RequestContext context ) { throw null ; }
@@ -413,7 +426,9 @@ public JobRouterClient(System.Uri endpoint, Azure.Core.TokenCredential credentia
413426 public virtual System . Threading . Tasks . Task < Azure . Response > GetWorkerAsync ( string workerId , Azure . RequestContext context ) { throw null ; }
414427 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Communication . JobRouter . RouterWorker > > GetWorkerAsync ( string workerId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
415428 public virtual Azure . Pageable < Azure . Communication . JobRouter . RouterWorker > GetWorkers ( Azure . Communication . JobRouter . RouterWorkerStateSelector ? state = default ( Azure . Communication . JobRouter . RouterWorkerStateSelector ? ) , string channelId = null , string queueId = null , bool ? hasCapacity = default ( bool ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
429+ public virtual Azure . Pageable < System . BinaryData > GetWorkers ( string state , string channelId , string queueId , bool ? hasCapacity , Azure . RequestContext context ) { throw null ; }
416430 public virtual Azure . AsyncPageable < Azure . Communication . JobRouter . RouterWorker > GetWorkersAsync ( Azure . Communication . JobRouter . RouterWorkerStateSelector ? state = default ( Azure . Communication . JobRouter . RouterWorkerStateSelector ? ) , string channelId = null , string queueId = null , bool ? hasCapacity = default ( bool ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
431+ public virtual Azure . AsyncPageable < System . BinaryData > GetWorkersAsync ( string state , string channelId , string queueId , bool ? hasCapacity , Azure . RequestContext context ) { throw null ; }
417432 public virtual Azure . Response ReclassifyJob ( string jobId , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
418433 public virtual Azure . Response ReclassifyJob ( string jobId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
419434 public virtual System . Threading . Tasks . Task < Azure . Response > ReclassifyJobAsync ( string jobId , Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
0 commit comments