次の方法で共有


WinRMConfiguration Class

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

public class WinRMConfiguration

Describes Windows Remote Management configuration of the VM.

Method Summary

Modifier and Type Method and Description
List<WinRMListener> listeners()

Get the listeners value.

WinRMConfiguration withListeners(List<WinRMListener> listeners)

Set the listeners value.

Method Details

listeners

public List listeners()

Get the listeners value.

Returns:

the listeners value

withListeners

public WinRMConfiguration withListeners(List listeners)

Set the listeners value.

Parameters:

listeners - the listeners value to set

Returns:

the WinRMConfiguration object itself.

Applies to