Interface GuestAgent.DefinitionStages.WithHttpProxyConfig

All Known Subinterfaces:
GuestAgent.Definition, GuestAgent.DefinitionStages.WithCreate
Enclosing interface:
GuestAgent.DefinitionStages

public static interface GuestAgent.DefinitionStages.WithHttpProxyConfig
The stage of the GuestAgent definition allowing to specify httpProxyConfig.
  • Method Details

    • withHttpProxyConfig

      GuestAgent.DefinitionStages.WithCreate withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)
      Specifies the httpProxyConfig property: HTTP Proxy configuration for the VM..
      Parameters:
      httpProxyConfig - HTTP Proxy configuration for the VM.
      Returns:
      the next definition stage.