PreemptionCapability 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.
Preemption capability.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionCapabilityTypeConverter))]
public struct PreemptionCapability : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionCapability>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionCapabilityTypeConverter))>]
type PreemptionCapability = struct
interface IArgumentCompleter
Public Structure PreemptionCapability
Implements IArgumentCompleter, IEquatable(Of PreemptionCapability)
- Inheritance
-
PreemptionCapability
- Attributes
- Implements
Fields
MayPreempt |
May preempt |
NotPreempt |
Cannot preempt |
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 PreemptionCapability (override for Object) |
Equals(PreemptionCapability) |
Compares values of enum type PreemptionCapability |
GetHashCode() |
Returns hashCode for enum PreemptionCapability |
ToString() |
Returns string representation for PreemptionCapability |
Operators
Equality(PreemptionCapability, PreemptionCapability) |
Overriding == operator for enum PreemptionCapability |
Implicit(PreemptionCapability to String) |
Implicit operator to convert PreemptionCapability to string |
Implicit(String to PreemptionCapability) |
Implicit operator to convert string to PreemptionCapability |
Inequality(PreemptionCapability, PreemptionCapability) |
Overriding != operator for enum PreemptionCapability |