WinRMConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>