WinRMConfiguration Class
Describes Windows Remote Management configuration of the VM.
- Inheritance
-
azure.mgmt.compute._serialization.ModelWinRMConfiguration
Constructor
WinRMConfiguration(*, listeners: List[_models.WinRMListener] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
listeners
|
The list of Windows Remote Management listeners. |
Variables
Name | Description |
---|---|
listeners
|
The list of Windows Remote Management listeners. |
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 Python