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