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
| Name | Description |
|---|---|
| DevOpsAutoDiscovery(String) |
Initializes a new instance of DevOpsAutoDiscovery. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
| NotApplicable |
NotApplicable. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |