DevOpsAutoDiscovery Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET