Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterHttpProxyConfig
Packages that use ManagedClusterHttpProxyConfig
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterHttpProxyConfig in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterHttpProxyConfigModifier and TypeMethodDescriptionManagedClusterInner.httpProxyConfig()Get the httpProxyConfig property: Configurations for provisioning the cluster with HTTP proxy servers.ManagedClusterProperties.httpProxyConfig()Get the httpProxyConfig property: Configurations for provisioning the cluster with HTTP proxy servers.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterHttpProxyConfigModifier and TypeMethodDescriptionManagedClusterInner.withHttpProxyConfig(ManagedClusterHttpProxyConfig httpProxyConfig) Set the httpProxyConfig property: Configurations for provisioning the cluster with HTTP proxy servers.ManagedClusterProperties.withHttpProxyConfig(ManagedClusterHttpProxyConfig httpProxyConfig) Set the httpProxyConfig property: Configurations for provisioning the cluster with HTTP proxy servers. -
Uses of ManagedClusterHttpProxyConfig in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterHttpProxyConfigModifier and TypeMethodDescriptionManagedClusterHttpProxyConfig.withHttpProxy(String httpProxy) Set the httpProxy property: The HTTP proxy server endpoint to use.ManagedClusterHttpProxyConfig.withHttpsProxy(String httpsProxy) Set the httpsProxy property: The HTTPS proxy server endpoint to use.ManagedClusterHttpProxyConfig.withNoProxy(List<String> noProxy) Set the noProxy property: The endpoints that should not go through proxy.ManagedClusterHttpProxyConfig.withTrustedCa(String trustedCa) Set the trustedCa property: Alternative CA cert to use for connecting to proxy servers.