| 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.WithWindowsCreate |
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate.withWinRm(WinRMListener listener)
Specifies the WinRM listener.
|
VirtualMachine.DefinitionStages.WithWindowsCreate |
VirtualMachine.DefinitionStages.WithWindowsCreate.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.
*/