Class WinRMConfiguration

java.lang.Object
com.microsoft.azure.management.compute.WinRMConfiguration

public class WinRMConfiguration extends Object
Describes Windows Remote Management configuration of the VM.
  • Constructor Details

    • WinRMConfiguration

      public WinRMConfiguration()
  • Method Details

    • listeners

      public List<WinRMListener> listeners()
      Get the list of Windows Remote Management listeners.
      Returns:
      the listeners value
    • withListeners

      public WinRMConfiguration withListeners(List<WinRMListener> listeners)
      Set the list of Windows Remote Management listeners.
      Parameters:
      listeners - the listeners value to set
      Returns:
      the WinRMConfiguration object itself.