IActionableRemediation.InheritFromParentState Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "Disabled", "Enabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Update Settings.\r\n\r\n Enabled - Resource should inherit configurations from parent.\r\n Disabled - Resource should not inherit configurations from parent.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="inheritFromParentState", Update=true)]
public string InheritFromParentState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "Disabled", "Enabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Update Settings.\r\n\r\n Enabled - Resource should inherit configurations from parent.\r\n Disabled - Resource should not inherit configurations from parent.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="inheritFromParentState", Update=true)>]
member this.InheritFromParentState : string with get, set
Public Property InheritFromParentState As String
Property Value
- Attributes