Freigeben über


IAgentConfiguration.ProxyBypass Property

Definition

List of service names which should not use the specified proxy server.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="List of service names which should not use the specified proxy server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="proxyBypass", Update=false)]
public System.Collections.Generic.List<string> ProxyBypass { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="List of service names which should not use the specified proxy server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="proxyBypass", Update=false)>]
member this.ProxyBypass : System.Collections.Generic.List<string>
Public ReadOnly Property ProxyBypass As List(Of String)

Property Value

Attributes

Applies to