AutoDiscovery Struct

Definition

The AutoDiscovery.

public readonly struct AutoDiscovery : IEquatable<Azure.ResourceManager.SecurityDevOps.Models.AutoDiscovery>
type AutoDiscovery = struct
Public Structure AutoDiscovery
Implements IEquatable(Of AutoDiscovery)
Inheritance
AutoDiscovery
Implements

Constructors

AutoDiscovery(String)

Initializes a new instance of AutoDiscovery.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(AutoDiscovery)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AutoDiscovery, AutoDiscovery)

Determines if two AutoDiscovery values are the same.

Implicit(String to AutoDiscovery)

Converts a string to a AutoDiscovery.

Inequality(AutoDiscovery, AutoDiscovery)

Determines if two AutoDiscovery values are not the same.

Applies to