Class TaskuraiClientOptions
Provides the client configuration options for connecting to a Taskurai instance.
For more information: https://learn.microsoft.com/en-us/dotnet/api/azure.core.clientoptions?view=azure-dotnet
Assembly: Taskurai.dll
Declaration
public class TaskuraiClientOptions : ClientOptions
Inheritance: System.Object
-> Azure.Core.ClientOptions
Properties
Version
Gets the Taskurai.TaskuraiClientOptions.ServiceVersion of the service API used when making requests. For more, see For more information, see <a href="https://docs.taskurai.com/versioning-taskurai-api"> Versioning for the Taskurai api</a>.
Declaration
public TaskuraiClientOptions.ServiceVersion Version { get; }
IsolationMode
Declaration
public bool? IsolationMode { get; set; }
LocalIdentifier
Declaration
public string LocalIdentifier { get; set; }