ProxyUrlConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. connectedcache. models. ProxyUrlConfiguration
- com.
Implements
public final class ProxyUrlConfiguration
implements JsonSerializable<ProxyUrlConfiguration>
ProxyUrl configuration of cache node.
Constructor Summary
| Constructor | Description |
|---|---|
| ProxyUrlConfiguration() |
Creates an instance of Proxy |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Proxy |
fromJson(JsonReader jsonReader)
Reads an instance of Proxy |
| String |
proxyUrl()
Get the proxy |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Proxy |
withProxyUrl(String proxyUrl)
Set the proxy |
Methods inherited from java.lang.Object
Constructor Details
ProxyUrlConfiguration
public ProxyUrlConfiguration()
Creates an instance of ProxyUrlConfiguration class.
Method Details
fromJson
public static ProxyUrlConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ProxyUrlConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
proxyUrl
public String proxyUrl()
Get the proxyUrl property: Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80.
Returns:
toJson
withProxyUrl
public ProxyUrlConfiguration withProxyUrl(String proxyUrl)
Set the proxyUrl property: Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80.
Parameters:
Returns: