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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java