Class WinRMConfiguration
java.lang.Object
com.microsoft.azure.management.compute.WinRMConfiguration
Describes Windows Remote Management configuration of the VM.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of Windows Remote Management listeners.withListeners
(List<WinRMListener> listeners) Set the list of Windows Remote Management listeners.
-
Constructor Details
-
WinRMConfiguration
public WinRMConfiguration()
-
-
Method Details
-
listeners
Get the list of Windows Remote Management listeners.- Returns:
- the listeners value
-
withListeners
Set the list of Windows Remote Management listeners.- Parameters:
listeners
- the listeners value to set- Returns:
- the WinRMConfiguration object itself.
-