你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IActionableRemediation.InheritFromParentState Property

Definition

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

Applies to