WinRMConfiguration.Listeners Property

Definition

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

Property Value

IList<WinRMListener>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to