public final class WinRMListener extends Object
| Constructor and Description |
|---|
WinRMListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
certificateUrl()
Get the certificateUrl property: This is the URL of a certificate that has been uploaded to Key Vault as a
secret.
|
ProtocolTypes |
protocol()
Get the protocol property: Specifies the protocol of WinRM listener.
|
void |
validate()
Validates the instance.
|
WinRMListener |
withCertificateUrl(String certificateUrl)
Set the certificateUrl property: This is the URL of a certificate that has been uploaded to Key Vault as a
secret.
|
WinRMListener |
withProtocol(ProtocolTypes protocol)
Set the protocol property: Specifies the protocol of WinRM listener.
|
public ProtocolTypes protocol()
public WinRMListener withProtocol(ProtocolTypes protocol)
protocol - the protocol value to set.public String certificateUrl()
public WinRMListener withCertificateUrl(String certificateUrl)
certificateUrl - the certificateUrl value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.