Uses of Class
org.jclouds.azurecompute.arm.domain.OSProfile.WindowsConfiguration.WinRM
-
Packages that use OSProfile.WindowsConfiguration.WinRM Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of OSProfile.WindowsConfiguration.WinRM in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return OSProfile.WindowsConfiguration.WinRM Modifier and Type Method Description static OSProfile.WindowsConfiguration.WinRM
OSProfile.WindowsConfiguration.WinRM. create(List<OSProfile.WindowsConfiguration.WinRM.ProtocolListener> listeners)
abstract OSProfile.WindowsConfiguration.WinRM
OSProfile.WindowsConfiguration. winRM()
winRMethods in org.jclouds.azurecompute.arm.domain with parameters of type OSProfile.WindowsConfiguration.WinRM Modifier and Type Method Description static OSProfile.WindowsConfiguration
OSProfile.WindowsConfiguration. create(boolean provisionVMAgent, OSProfile.WindowsConfiguration.WinRM winRM, List<OSProfile.WindowsConfiguration.AdditionalUnattendContent> additionalUnattendContent, boolean enableAutomaticUpdates)
-