Uses of Class
com.azure.resourcemanager.compute.models.WinRMConfiguration
Packages that use WinRMConfiguration
Package
Description
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 WinRMConfigurationModifier and TypeMethodDescriptionstatic WinRMConfigurationWinRMConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WinRMConfiguration from the JsonReader.WindowsConfiguration.winRM()Get the winRM property: Specifies the Windows Remote Management listeners.WinRMConfiguration.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 WinRMConfigurationModifier and TypeMethodDescriptionWindowsConfiguration.withWinRM(WinRMConfiguration winRM) Set the winRM property: Specifies the Windows Remote Management listeners.