Uses of Class
com.azure.resourcemanager.network.models.ExplicitProxy
Packages that use ExplicitProxy
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExplicitProxy in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExplicitProxyModifier and TypeMethodDescriptionFirewallPolicyDraftInner.explicitProxy()Get the explicitProxy property: Explicit Proxy Settings definition.FirewallPolicyDraftProperties.explicitProxy()Get the explicitProxy property: Explicit Proxy Settings definition.FirewallPolicyInner.explicitProxy()Get the explicitProxy property: Explicit Proxy Settings definition.FirewallPolicyPropertiesFormat.explicitProxy()Get the explicitProxy property: Explicit Proxy Settings definition.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExplicitProxyModifier and TypeMethodDescriptionFirewallPolicyDraftInner.withExplicitProxy(ExplicitProxy explicitProxy) Set the explicitProxy property: Explicit Proxy Settings definition.FirewallPolicyDraftProperties.withExplicitProxy(ExplicitProxy explicitProxy) Set the explicitProxy property: Explicit Proxy Settings definition.FirewallPolicyInner.withExplicitProxy(ExplicitProxy explicitProxy) Set the explicitProxy property: Explicit Proxy Settings definition.FirewallPolicyPropertiesFormat.withExplicitProxy(ExplicitProxy explicitProxy) Set the explicitProxy property: Explicit Proxy Settings definition. -
Uses of ExplicitProxy in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExplicitProxyModifier and TypeClassDescriptionfinal classExplicit Proxy Settings in Firewall Policy.Methods in com.azure.resourcemanager.network.models that return ExplicitProxyModifier and TypeMethodDescriptionstatic ExplicitProxyExplicitProxy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExplicitProxy from the JsonReader.ExplicitProxy.withEnableExplicitProxy(Boolean enableExplicitProxy) Set the enableExplicitProxy property: When set to true, explicit proxy mode is enabled.ExplicitProxy.withEnablePacFile(Boolean enablePacFile) Set the enablePacFile property: When set to true, pac file port and url needs to be provided.ExplicitProxy.withHttpPort(Integer httpPort) Set the httpPort property: Port number for explicit proxy http protocol, cannot be greater than 64000.ExplicitProxy.withHttpsPort(Integer httpsPort) Set the httpsPort property: Port number for explicit proxy https protocol, cannot be greater than 64000.ExplicitProxy.withPacFile(String pacFile) Set the pacFile property: SAS URL for PAC file.ExplicitProxy.withPacFilePort(Integer pacFilePort) Set the pacFilePort property: Port number for firewall to serve PAC file.