ResourceDiscoveryMode 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.
The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.
public readonly struct ResourceDiscoveryMode : IEquatable<Azure.ResourceManager.PolicyInsights.Models.ResourceDiscoveryMode>
type ResourceDiscoveryMode = struct
Public Structure ResourceDiscoveryMode
Implements IEquatable(Of ResourceDiscoveryMode)
- Inheritance
-
ResourceDiscoveryMode
- Implements
Constructors
ResourceDiscoveryMode(String) |
Initializes a new instance of ResourceDiscoveryMode. |
Properties
ExistingNonCompliant |
Remediate resources that are already known to be non-compliant. |
ReEvaluateCompliance |
Re-evaluate the compliance state of resources and then remediate the resources found to be non-compliant. |
Methods
Equals(ResourceDiscoveryMode) |
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(ResourceDiscoveryMode, ResourceDiscoveryMode) |
Determines if two ResourceDiscoveryMode values are the same. |
Implicit(String to ResourceDiscoveryMode) |
Converts a string to a ResourceDiscoveryMode. |
Inequality(ResourceDiscoveryMode, ResourceDiscoveryMode) |
Determines if two ResourceDiscoveryMode values are not the same. |
Applies to
Azure SDK for .NET