Uses of Class
com.azure.resourcemanager.network.models.ExplicitProxySettings
Packages that use ExplicitProxySettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExplicitProxySettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExplicitProxySettingsModifier and TypeMethodDescriptionFirewallPolicyInner.explicitProxySettings()Get the explicitProxySettings property: Explicit Proxy Settings definition.FirewallPolicyPropertiesFormat.explicitProxySettings()Get the explicitProxySettings property: Explicit Proxy Settings definition.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExplicitProxySettingsModifier and TypeMethodDescriptionFirewallPolicyInner.withExplicitProxySettings(ExplicitProxySettings explicitProxySettings) Set the explicitProxySettings property: Explicit Proxy Settings definition.FirewallPolicyPropertiesFormat.withExplicitProxySettings(ExplicitProxySettings explicitProxySettings) Set the explicitProxySettings property: Explicit Proxy Settings definition. -
Uses of ExplicitProxySettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExplicitProxySettingsModifier and TypeMethodDescriptionExplicitProxySettings.withEnableExplicitProxy(Boolean enableExplicitProxy) Set the enableExplicitProxy property: When set to true, explicit proxy mode is enabled.ExplicitProxySettings.withHttpPort(Integer httpPort) Set the httpPort property: Port number for explicit proxy http protocol, cannot be greater than 64000.ExplicitProxySettings.withHttpsPort(Integer httpsPort) Set the httpsPort property: Port number for explicit proxy https protocol, cannot be greater than 64000.ExplicitProxySettings.withPacFile(String pacFile) Set the pacFile property: SAS URL for PAC file.ExplicitProxySettings.withPacFilePort(Integer pacFilePort) Set the pacFilePort property: Port number for firewall to serve PAC file.