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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java