ServerSecurityAlertPolicyState 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.
Specifies the state of the policy, whether it is enabled or disabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerSecurityAlertPolicyStateTypeConverter))]
public struct ServerSecurityAlertPolicyState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerSecurityAlertPolicyState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.ServerSecurityAlertPolicyStateTypeConverter))>]
type ServerSecurityAlertPolicyState = struct
interface IArgumentCompleter
Public Structure ServerSecurityAlertPolicyState
Implements IArgumentCompleter, IEquatable(Of ServerSecurityAlertPolicyState)
- Inheritance
-
ServerSecurityAlertPolicyState
- Attributes
- Implements
Fields
Disabled | |
Enabled |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type ServerSecurityAlertPolicyState (override for Object) |
Equals(ServerSecurityAlertPolicyState) |
Compares values of enum type ServerSecurityAlertPolicyState |
GetHashCode() |
Returns hashCode for enum ServerSecurityAlertPolicyState |
ToString() |
Returns string representation for ServerSecurityAlertPolicyState |
Operators
Equality(ServerSecurityAlertPolicyState, ServerSecurityAlertPolicyState) |
Overriding == operator for enum ServerSecurityAlertPolicyState |
Implicit(ServerSecurityAlertPolicyState to String) |
Implicit operator to convert ServerSecurityAlertPolicyState to string |
Implicit(String to ServerSecurityAlertPolicyState) |
Implicit operator to convert string to ServerSecurityAlertPolicyState |
Inequality(ServerSecurityAlertPolicyState, ServerSecurityAlertPolicyState) |
Overriding != operator for enum ServerSecurityAlertPolicyState |