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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java