public class WinRMConfiguration extends Object
| Constructor and Description |
|---|
WinRMConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<WinRMListener> |
listeners()
Get the list of Windows Remote Management listeners.
|
WinRMConfiguration |
withListeners(List<WinRMListener> listeners)
Set the list of Windows Remote Management listeners.
|
public List<WinRMListener> listeners()
public WinRMConfiguration withListeners(List<WinRMListener> listeners)
listeners - the listeners value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/