URL Parameter (Connect-ApachePhoenix Cmdlet)
The URL to your Apache Phoenix instance. This property overrides the Server/Port/UseSSL connection properties. When the LoadBalanceStrategy is configured, this takes a list of URLs in a comma separated format, for example “URL1,URL2…URLn”.
Syntax
Connect-ApachePhoenix -URL string
Data Type
cstr
Default Value
""
Remarks
The URL to your Apache Phoenix instance; for example, http://localhost:8765. When the LoadBalanceStrategy is configured, this takes a list of URLs in a comma separated format, for example “URL1,URL2…URLn”. Depending on the load balancing strategy, the client side load balancer selects one of the URLs to connect to.
This is a required parameter.