ArmHciModelFactory.HciWebProxyConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Web proxy configuration.
public static Azure.ResourceManager.Hci.Models.HciWebProxyConfiguration HciWebProxyConfiguration(Uri connectionUri = default, string port = default, System.Collections.Generic.IEnumerable<Uri> bypassList = default);
static member HciWebProxyConfiguration : Uri * string * seq<Uri> -> Azure.ResourceManager.Hci.Models.HciWebProxyConfiguration
Public Shared Function HciWebProxyConfiguration (Optional connectionUri As Uri = Nothing, Optional port As String = Nothing, Optional bypassList As IEnumerable(Of Uri) = Nothing) As HciWebProxyConfiguration
Parameters
- connectionUri
- Uri
Connection URI of the web proxy.
- port
- String
Port of the web proxy.
- bypassList
- IEnumerable<Uri>
Bypass list for the web proxy.
Returns
A new HciWebProxyConfiguration instance for mocking.