Uses of Class
com.azure.resourcemanager.compute.models.WinRMConfiguration
-
Packages that use WinRMConfiguration Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of WinRMConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return WinRMConfiguration Modifier and Type Method Description WinRMConfigurationWindowsConfiguration. winRM()Get the winRM property: Specifies the Windows Remote Management listeners.WinRMConfigurationWinRMConfiguration. withListeners(List<WinRMListener> listeners)Set the listeners property: The list of Windows Remote Management listeners.Methods in com.azure.resourcemanager.compute.models with parameters of type WinRMConfiguration Modifier and Type Method Description WindowsConfigurationWindowsConfiguration. withWinRM(WinRMConfiguration winRM)Set the winRM property: Specifies the Windows Remote Management listeners.
-