| Modifier and Type | Method and Description |
|---|---|
WinRMListener |
WinRMListener.withCertificateUrl(String certificateUrl)
Set the certificateUrl value.
|
WinRMListener |
WinRMListener.withProtocol(ProtocolTypes protocol)
Set the protocol value.
|
| Modifier and Type | Method and Description |
|---|---|
List<WinRMListener> |
WinRMConfiguration.listeners()
Get the listeners value.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener)
Specifies the WinRM listener.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged.withWinRM(WinRMListener listener)
Specifies the WinRM listener.
|
VirtualMachine.DefinitionStages.WithWindowsCreateManaged |
VirtualMachine.DefinitionStages.WithWindowsCreateManaged.withWinRM(WinRMListener listener)
Specifies WinRM listener.
|
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged |
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged.withWinRM(WinRMListener listener)
Specifies the WINRM listener.
|
| Modifier and Type | Method and Description |
|---|---|
WinRMConfiguration |
WinRMConfiguration.withListeners(List<WinRMListener> listeners)
Set the listeners value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/