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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java