次の方法で共有


WinRMConfiguration Constructors

Definition

Overloads

WinRMConfiguration()
WinRMConfiguration(IList<WinRMListener>)

WinRMConfiguration()

public WinRMConfiguration ();
Public Sub New ()

Applies to

WinRMConfiguration(IList<WinRMListener>)

public WinRMConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.WinRMListener> listeners = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.WinRMConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.WinRMListener> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.WinRMConfiguration
Public Sub New (Optional listeners As IList(Of WinRMListener) = Nothing)

Parameters

listeners
IList<WinRMListener>

Applies to