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

ISecurityAlertPolicyProperties.State Property

Definition

Specifies the state of the policy, whether it is enabled or disabled.

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="Specifies the state of the policy, whether it is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerSecurityAlertPolicyState) }, ReadOnly=false, Required=true, SerializedName="state")]
public Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerSecurityAlertPolicyState State { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="Specifies the state of the policy, whether it is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerSecurityAlertPolicyState) }, ReadOnly=false, Required=true, SerializedName="state")>]
member this.State : Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerSecurityAlertPolicyState with get, set
Public Property State As ServerSecurityAlertPolicyState

Property Value

Attributes

Applies to