Condividi tramite


InheritFromParentState Struct

Definition

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

Name Description
InheritFromParentState(String)

Initializes a new instance of InheritFromParentState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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