WinRMConfiguration.Listeners Property

Definition

Gets or sets the list of Windows Remote Management listeners

[Newtonsoft.Json.JsonProperty(PropertyName="listeners")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.WinRMListener> Listeners { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="listeners")>]
member this.Listeners : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.WinRMListener> with get, set
Public Property Listeners As IList(Of WinRMListener)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to