Uses of Class
com.microsoft.azure.management.compute.WinRMConfiguration
Packages that use WinRMConfiguration
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of WinRMConfiguration in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return WinRMConfigurationModifier and TypeMethodDescriptionWindowsConfiguration.winRM()
Get specifies the Windows Remote Management listeners.WinRMConfiguration.withListeners
(List<WinRMListener> listeners) Set the list of Windows Remote Management listeners.Methods in com.microsoft.azure.management.compute with parameters of type WinRMConfigurationModifier and TypeMethodDescriptionWindowsConfiguration.withWinRM
(WinRMConfiguration winRM) Set specifies the Windows Remote Management listeners.