TestimoX

API Reference

Class

WsusEndpointsView

Namespace ADPlayground.Gpo
Assembly ADPlayground
Implements
IEquatable<WsusEndpointsView>
Modifiers sealed

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} requiredposition: 0
All configured WSUS URLs.
NonHttps System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 1
URLs that are not HTTPS.

Methods

public WsusEndpointsView <Clone>$() #
Returns: WsusEndpointsView
public Void Deconstruct(out IReadOnlyList<String> All, out IReadOnlyList<String> NonHttps) #
Returns: Void

Parameters

All IReadOnlyList<String> requiredposition: 0
NonHttps IReadOnlyList<String> requiredposition: 1
public virtual Boolean Equals(WsusEndpointsView other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public IReadOnlyList<String> All { get; set; } #

All configured WSUS URLs.

public IReadOnlyList<String> NonHttps { get; set; } #

URLs that are not HTTPS.