Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.HttpProxyConfig
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of HttpProxyConfig in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionProvisionedClustersPropertiesWithSecrets.httpProxyConfig()
Get the httpProxyConfig property: HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.HttpProxyConfig.withHttpProxy
(String httpProxy) Set the httpProxy property: The HTTP proxy server endpoint to use.HttpProxyConfig.withHttpsProxy
(String httpsProxy) Set the httpsProxy property: The HTTPS proxy server endpoint to use.HttpProxyConfig.withNoProxy
(List<String> noProxy) Set the noProxy property: The endpoints that should not go through proxy.HttpProxyConfig.withPassword
(String password) Set the password property: Password to use for connecting to proxy server.HttpProxyConfig.withTrustedCa
(String trustedCa) Set the trustedCa property: Alternative CA cert to use for connecting to proxy servers.HttpProxyConfig.withUsername
(String username) Set the username property: Username to use for connecting to proxy server.Modifier and TypeMethodDescriptionProvisionedClustersAllProperties.withHttpProxyConfig
(HttpProxyConfig httpProxyConfig) Set the httpProxyConfig property: HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.ProvisionedClustersPropertiesWithSecrets.withHttpProxyConfig
(HttpProxyConfig httpProxyConfig) Set the httpProxyConfig property: HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.