你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WinRMListener Class
- java.
lang. Object - com.
microsoft. azure. management. compute. WinRMListener
- com.
public class WinRMListener
Describes Protocol and thumbprint of Windows Remote Management listener.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
certificateUrl()
Get the certificateUrl value. |
Protocol |
protocol()
Get the protocol value. |
Win |
withCertificateUrl(String certificateUrl)
Set the certificateUrl value. |
Win |
withProtocol(ProtocolTypes protocol)
Set the protocol value. |
Method Details
certificateUrl
public String certificateUrl()
Get the certificateUrl value.
Returns:
the certificateUrl value
protocol
public ProtocolTypes protocol()
Get the protocol value.
Returns:
the protocol value
withCertificateUrl
public WinRMListener withCertificateUrl(String certificateUrl)
Set the certificateUrl value.
Parameters:
certificateUrl
- the certificateUrl value to set
Returns:
the WinRMListener object itself.
withProtocol
public WinRMListener withProtocol(ProtocolTypes protocol)
Set the protocol value.
Parameters:
protocol
- the protocol value to set
Returns:
the WinRMListener object itself.