public class WinRMListener extends Object
| Constructor and Description |
|---|
WinRMListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
certificateUrl()
Get the certificateUrl value.
|
ProtocolTypes |
protocol()
Get the protocol value.
|
WinRMListener |
withCertificateUrl(String certificateUrl)
Set the certificateUrl value.
|
WinRMListener |
withProtocol(ProtocolTypes protocol)
Set the protocol value.
|
public ProtocolTypes protocol()
public WinRMListener withProtocol(ProtocolTypes protocol)
protocol - the protocol value to setpublic String certificateUrl()
public WinRMListener withCertificateUrl(String certificateUrl)
certificateUrl - the certificateUrl value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/