WindowsConfiguration.WinRM Property

Definition

Gets or sets specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.

[Newtonsoft.Json.JsonProperty(PropertyName="winRM")]
public Microsoft.Azure.Management.Compute.Fluent.Models.WinRMConfiguration WinRM { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="winRM")>]
member this.WinRM : Microsoft.Azure.Management.Compute.Fluent.Models.WinRMConfiguration with get, set
Public Property WinRM As WinRMConfiguration

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to