Class WinRMConfiguration
Describes Windows Remote Management configuration of the VM
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class WinRMConfiguration
Constructors
WinRMConfiguration()
Initializes a new instance of the WinRMConfiguration class.
Declaration
public WinRMConfiguration ();
WinRMConfiguration(IList<WinRMListener>)
Initializes a new instance of the WinRMConfiguration class.
Declaration
public WinRMConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.WinRMListener> listeners = null);
Parameters
|
IList<WinRMListener>
listeners
The list of Windows Remote Management listeners |
Properties
Listeners
Gets or sets the list of Windows Remote Management listeners
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="listeners")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.WinRMListener> Listeners { get; set; }
Property Value
|
IList<WinRMListener>
|