次の方法で共有


WinRMListener Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.WinRMListener

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.

ProtocolTypes protocol()

Get the protocol value.

WinRMListener withCertificateUrl(String certificateUrl)

Set the certificateUrl value.

WinRMListener 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