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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type WinRMListenerModifier and TypeClassDescriptionfinal classDescribes Protocol and thumbprint of Windows Remote Management listener.Methods in com.azure.resourcemanager.compute.models that return WinRMListenerModifier and TypeMethodDescriptionstatic WinRMListenerWinRMListener.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WinRMListener from the JsonReader.WinRMListener.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.