Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterHttpProxyConfig
-
Packages that use ManagedClusterHttpProxyConfig Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 ManagedClusterHttpProxyConfig Modifier and Type Method Description ManagedClusterHttpProxyConfigManagedClusterInner. httpProxyConfig()Get the httpProxyConfig property: Configurations for provisioning the cluster with HTTP proxy servers.ManagedClusterHttpProxyConfigManagedClusterProperties. 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 ManagedClusterHttpProxyConfig Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withHttpProxyConfig(ManagedClusterHttpProxyConfig httpProxyConfig)Set the httpProxyConfig property: Configurations for provisioning the cluster with HTTP proxy servers.ManagedClusterPropertiesManagedClusterProperties. 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 ManagedClusterHttpProxyConfig Modifier and Type Method Description ManagedClusterHttpProxyConfigManagedClusterHttpProxyConfig. withHttpProxy(String httpProxy)Set the httpProxy property: The HTTP proxy server endpoint to use.ManagedClusterHttpProxyConfigManagedClusterHttpProxyConfig. withHttpsProxy(String httpsProxy)Set the httpsProxy property: The HTTPS proxy server endpoint to use.ManagedClusterHttpProxyConfigManagedClusterHttpProxyConfig. withNoProxy(List<String> noProxy)Set the noProxy property: The endpoints that should not go through proxy.ManagedClusterHttpProxyConfigManagedClusterHttpProxyConfig. withTrustedCa(String trustedCa)Set the trustedCa property: Alternative CA cert to use for connecting to proxy servers.
-