Show / Hide Table of Contents

    Class WinRMConfiguration

    Describes Windows Remote Management configuration of the VM

    Inheritance
    Object
    WinRMConfiguration
    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>

    Back to top Azure SDK for Net