ConsulClusteringOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for consul-cluster-options.
public class ConsulClusteringOptions
type ConsulClusteringOptions = class
Public Class ConsulClusteringOptions
- Inheritance
-
ConsulClusteringOptions
Constructors
ConsulClusteringOptions() |
Properties
CreateClient |
Factory for the used Consul-Client. |
KvRootFolder |
Consul KV root folder name. |
Methods
ConfigureConsulClient(Func<IConsulClient>) |
Configures the CreateClient using the provided callback. |
ConfigureConsulClient(Uri, String) |
Configures the CreateClient using the consul-address and a acl-token. |