IManagedCluster.HttpProxyConfigNoProxy Property
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.
The endpoints that should not go through proxy.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The endpoints that should not go through proxy.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="noProxy")]
public string[] HttpProxyConfigNoProxy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The endpoints that should not go through proxy.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="noProxy")>]
member this.HttpProxyConfigNoProxy : string[] with get, set
Public Property HttpProxyConfigNoProxy As String()
Property Value
String[]
- Attributes