Share via


WindowsDiscoveryConfiguration Class

Definition

Windows discovery configuration.

public ref class WindowsDiscoveryConfiguration : IDisposable
public class WindowsDiscoveryConfiguration : IDisposable
type WindowsDiscoveryConfiguration = class
    interface IDisposable
Public Class WindowsDiscoveryConfiguration
Implements IDisposable
Inheritance
WindowsDiscoveryConfiguration
Implements

Constructors

WindowsDiscoveryConfiguration(ComputerNameDiscoveryCriteria)

Constructor.

WindowsDiscoveryConfiguration(LdapQueryDiscoveryCriteria)

Constructor.

Properties

ComputerNameDiscoveryCriteria

Device name list discovery query, or null if criteria was not specified.

ComputerType

The type of computer to discover.

IsDefaultActionAccount

Whether the default action account is used.

LdapQueryDiscoveryCriteria

LDAP query discovery query, or null if criteria was not specified.

PerformVerification

Whether computer verification should be performed.

Methods

Dispose()

IDisposable implementation.

Finalize()

Finalizer.

ResetActionAccount()

Use the default action account.

SetActionAccount(String, String, SecureString)

The account to use for discovery if the default action account is not used.

SetActionAccount(TaskCredentials)

The account to use for discovery if the default action account is not used.

Applies to