InheritFromParentState 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.
Update Settings.
Enabled - Resource should inherit configurations from parent. Disabled - Resource should not inherit configurations from parent.
public readonly struct InheritFromParentState : IEquatable<Azure.ResourceManager.SecurityCenter.Models.InheritFromParentState>
type InheritFromParentState = struct
Public Structure InheritFromParentState
Implements IEquatable(Of InheritFromParentState)
- Inheritance
-
InheritFromParentState
- Implements
Constructors
InheritFromParentState(String) |
Initializes a new instance of InheritFromParentState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(InheritFromParentState) |
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(InheritFromParentState, InheritFromParentState) |
Determines if two InheritFromParentState values are the same. |
Implicit(String to InheritFromParentState) |
Converts a string to a InheritFromParentState. |
Inequality(InheritFromParentState, InheritFromParentState) |
Determines if two InheritFromParentState values are not the same. |
Applies to
Azure SDK for .NET