public final class WinRMConfiguration extends Object
| Constructor and Description |
|---|
WinRMConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<WinRMListener> |
listeners()
Get the listeners property: The list of Windows Remote Management listeners.
|
void |
validate()
Validates the instance.
|
WinRMConfiguration |
withListeners(List<WinRMListener> listeners)
Set the listeners property: The list of Windows Remote Management listeners.
|
public List<WinRMListener> listeners()
public WinRMConfiguration withListeners(List<WinRMListener> listeners)
listeners - the listeners value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.