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