Skip to content

Commit

Permalink
update api def
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkar-rajarshi committed Oct 16, 2023
1 parent b093b67 commit 2f3fe92
Showing 1 changed file with 4 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,24 +292,6 @@ public FunctionRouterRuleCredential(string appKey, string clientId) { }
public string ClientId { get { throw null; } }
public string FunctionKey { get { throw null; } }
}
public partial class GetJobsOptions
{
public GetJobsOptions() { }
public string ChannelId { get { throw null; } set { } }
public string ClassificationPolicyId { get { throw null; } set { } }
public string QueueId { get { throw null; } set { } }
public System.DateTimeOffset? ScheduledAfter { get { throw null; } set { } }
public System.DateTimeOffset? ScheduledBefore { get { throw null; } set { } }
public Azure.Communication.JobRouter.RouterJobStatusSelector? Status { get { throw null; } set { } }
}
public partial class GetWorkersOptions
{
public GetWorkersOptions() { }
public string ChannelId { get { throw null; } set { } }
public bool HasCapacity { get { throw null; } set { } }
public string QueueId { get { throw null; } set { } }
public Azure.Communication.JobRouter.RouterWorkerStateSelector? State { get { throw null; } set { } }
}
public abstract partial class JobMatchingMode
{
internal JobMatchingMode() { }
Expand Down Expand Up @@ -386,8 +368,9 @@ public partial class JobRouterClient
protected JobRouterClient() { }
public JobRouterClient(string connectionString) { }
public JobRouterClient(string connectionString, Azure.Communication.JobRouter.JobRouterClientOptions options) { }
public JobRouterClient(System.Uri endpoint) { }
public JobRouterClient(System.Uri endpoint, Azure.AzureKeyCredential credential, Azure.Communication.JobRouter.JobRouterClientOptions options = null) { }
public JobRouterClient(System.Uri endpoint, Azure.Communication.JobRouter.JobRouterClientOptions options = null) { }
public JobRouterClient(System.Uri endpoint, Azure.Communication.JobRouter.JobRouterClientOptions options) { }
public JobRouterClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Communication.JobRouter.JobRouterClientOptions options = null) { }
public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } }
public virtual Azure.Response AcceptJobOffer(string workerId, string offerId, Azure.RequestContext context) { throw null; }
Expand Down Expand Up @@ -531,7 +514,7 @@ internal Oauth2ClientCredential() { }
}
public partial class PassThroughQueueSelectorAttachment : Azure.Communication.JobRouter.QueueSelectorAttachment
{
internal PassThroughQueueSelectorAttachment() { }
public PassThroughQueueSelectorAttachment(string key, Azure.Communication.JobRouter.LabelOperator labelOperator) { }
public string Key { get { throw null; } }
public Azure.Communication.JobRouter.LabelOperator LabelOperator { get { throw null; } }
}
Expand Down Expand Up @@ -761,7 +744,7 @@ public partial class RouterWorkerSelector
public RouterWorkerSelector(string key, Azure.Communication.JobRouter.LabelOperator labelOperator, Azure.Communication.JobRouter.LabelValue value) { }
public bool? Expedite { get { throw null; } }
public System.TimeSpan? ExpiresAfter { get { throw null; } set { } }
public System.DateTimeOffset? ExpiresAt { get { throw null; } }
public System.DateTimeOffset? ExpiresAt { get { throw null; } set { } }
public string Key { get { throw null; } }
public Azure.Communication.JobRouter.LabelOperator LabelOperator { get { throw null; } }
public Azure.Communication.JobRouter.RouterWorkerSelectorStatus? Status { get { throw null; } }
Expand Down

0 comments on commit 2f3fe92

Please sign in to comment.