| Modifier and Type | Method and Description |
|---|---|
WinRMListener |
WinRMListener.withCertificateUrl(String certificateUrl)
Set this is the URL of a certificate that has been uploaded to Key Vault as a secret.
|
WinRMListener |
WinRMListener.withProtocol(ProtocolTypes protocol)
Set specifies the protocol of listener.
|
| Modifier and Type | Method and Description |
|---|---|
List<WinRMListener> |
WinRMConfiguration.listeners()
Get the list of Windows Remote Management listeners.
|
| 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 list of Windows Remote Management listeners.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/