API Reference
Class
WsusEndpointsView
Endpoints discovered from policy.
Inheritance
- Object
- WsusEndpointsView
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WsusConfiguration.Endpoints
- Method WsusEndpointsView.<Clone>$
Constructors
public WsusEndpointsView(IReadOnlyList<String> All, IReadOnlyList<String> NonHttps) #Endpoints discovered from policy.
Parameters
- All System.Collections.Generic.IReadOnlyList{System.String}
- All configured WSUS URLs.
- NonHttps System.Collections.Generic.IReadOnlyList{System.String}
- URLs that are not HTTPS.
Methods
public WsusEndpointsView <Clone>$() #Returns:
WsusEndpointsViewpublic Void Deconstruct(out IReadOnlyList<String> All, out IReadOnlyList<String> NonHttps) #Returns:
VoidParameters
- All IReadOnlyList<String>
- NonHttps IReadOnlyList<String>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String