Uses of Class
com.azure.resourcemanager.compute.models.WinRMListener
-
Packages that use WinRMListener Package Description com.azure.resourcemanager.compute.models 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 WinRMListener Modifier and Type Method Description WinRMListenerWinRMListener. withCertificateUrl(String certificateUrl)Set the certificateUrl property: This is the URL of a certificate that has been uploaded to Key Vault as a secret.WinRMListenerWinRMListener. 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 WinRMListener Modifier and Type Method Description List<WinRMListener>WinRMConfiguration. listeners()Get the listeners property: The list of Windows Remote Management listeners.Methods in com.azure.resourcemanager.compute.models with parameters of type WinRMListener Modifier and Type Method Description VirtualMachine.DefinitionStages.WithWindowsCreateManagedVirtualMachine.DefinitionStages.WithWindowsCreateManaged. withWinRM(WinRMListener listener)Specifies WinRM listener.VirtualMachine.DefinitionStages.WithWindowsCreateUnmanagedVirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged. withWinRM(WinRMListener listener)Specifies the WINRM listener.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManagedVirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged. withWinRM(WinRMListener listener)Specifies the WinRM listener.VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanagedVirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged. withWinRM(WinRMListener listener)Specifies the WinRM listener.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type WinRMListener Modifier and Type Method Description WinRMConfigurationWinRMConfiguration. withListeners(List<WinRMListener> listeners)Set the listeners property: The list of Windows Remote Management listeners.
-