Share via


DevOpsAutoDiscovery Struct

Definition

AutoDiscovery states.

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

Constructors

DevOpsAutoDiscovery(String)

Initializes a new instance of DevOpsAutoDiscovery.

Properties

Disabled

Disabled.

Enabled

Enabled.

NotApplicable

NotApplicable.

Methods

Equals(DevOpsAutoDiscovery)

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(DevOpsAutoDiscovery, DevOpsAutoDiscovery)

Determines if two DevOpsAutoDiscovery values are the same.

Implicit(String to DevOpsAutoDiscovery)

Converts a string to a DevOpsAutoDiscovery.

Inequality(DevOpsAutoDiscovery, DevOpsAutoDiscovery)

Determines if two DevOpsAutoDiscovery values are not the same.

Applies to