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