IVirtualMachineInstance.HttpProxyConfigTrustedCa 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.
Alternative CA cert to use for connecting to proxy servers.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="Alternative CA cert to use for connecting to proxy servers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="trustedCa", Update=true)]
public string HttpProxyConfigTrustedCa { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="Alternative CA cert to use for connecting to proxy servers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="trustedCa", Update=true)>]
member this.HttpProxyConfigTrustedCa : string with get, set
Public Property HttpProxyConfigTrustedCa As String
Property Value
- Attributes