API Reference
Class
WsusEndpointsView
Endpoints discovered from policy.
Inheritance
- Object
- WsusEndpointsView
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