Uses of Class
com.azure.resourcemanager.compute.models.WinRMListener
Packages that use WinRMListener
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of WinRMListener in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return WinRMListenerModifier and TypeMethodDescriptionWinRMListener.withCertificateUrl(String certificateUrl) Set the certificateUrl property: This is the URL of a certificate that has been uploaded to Key Vault as a secret.WinRMListener.withProtocol(ProtocolTypes protocol) Set the protocol property: Specifies the protocol of WinRM listener.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type WinRMListenerModifier and TypeMethodDescriptionWinRMConfiguration.listeners()Get the listeners property: The list of Windows Remote Management listeners.Methods in com.azure.resourcemanager.compute.models with parameters of type WinRMListenerModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener) Specifies WinRM listener.VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged.withWinRM(WinRMListener listener) Specifies the WINRM listener.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener) Specifies the WinRM listener.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged.withWinRM(WinRMListener listener) Specifies the WinRM listener.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type WinRMListenerModifier and TypeMethodDescriptionWinRMConfiguration.withListeners(List<WinRMListener> listeners) Set the listeners property: The list of Windows Remote Management listeners.