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.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java