AdvancedThreatProtectionProvisioningState 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.
The current provisioning state.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningStateTypeConverter))]
public struct AdvancedThreatProtectionProvisioningState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Support.AdvancedThreatProtectionProvisioningStateTypeConverter))>]
type AdvancedThreatProtectionProvisioningState = struct
interface IArgumentCompleter
Public Structure AdvancedThreatProtectionProvisioningState
Implements IArgumentCompleter, IEquatable(Of AdvancedThreatProtectionProvisioningState)
- Inheritance
-
AdvancedThreatProtectionProvisioningState
- Attributes
- Implements
Fields
Canceled | |
Failed | |
Succeeded | |
Updating |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AdvancedThreatProtectionProvisioningState) |
Compares values of enum type AdvancedThreatProtectionProvisioningState |
Equals(Object) |
Compares values of enum type AdvancedThreatProtectionProvisioningState (override for Object) |
GetHashCode() |
Returns hashCode for enum AdvancedThreatProtectionProvisioningState |
ToString() |
Returns string representation for AdvancedThreatProtectionProvisioningState |
Operators
Equality(AdvancedThreatProtectionProvisioningState, AdvancedThreatProtectionProvisioningState) |
Overriding == operator for enum AdvancedThreatProtectionProvisioningState |
Implicit(AdvancedThreatProtectionProvisioningState to String) |
Implicit operator to convert AdvancedThreatProtectionProvisioningState to string |
Implicit(String to AdvancedThreatProtectionProvisioningState) |
Implicit operator to convert string to AdvancedThreatProtectionProvisioningState |
Inequality(AdvancedThreatProtectionProvisioningState, AdvancedThreatProtectionProvisioningState) |
Overriding != operator for enum AdvancedThreatProtectionProvisioningState |