MobileNetworkPreemptionCapability 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.
public readonly struct MobileNetworkPreemptionCapability : IEquatable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPreemptionCapability>
type MobileNetworkPreemptionCapability = struct
Public Structure MobileNetworkPreemptionCapability
Implements IEquatable(Of MobileNetworkPreemptionCapability)
- Inheritance
-
MobileNetworkPreemptionCapability
- Implements
Constructors
MobileNetworkPreemptionCapability(String) |
Initializes a new instance of MobileNetworkPreemptionCapability. |
Properties
MayPreempt |
May preempt. |
NotPreempt |
Cannot preempt. |
Methods
Equals(MobileNetworkPreemptionCapability) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MobileNetworkPreemptionCapability, MobileNetworkPreemptionCapability) |
Determines if two MobileNetworkPreemptionCapability values are the same. |
Implicit(String to MobileNetworkPreemptionCapability) |
Converts a string to a MobileNetworkPreemptionCapability. |
Inequality(MobileNetworkPreemptionCapability, MobileNetworkPreemptionCapability) |
Determines if two MobileNetworkPreemptionCapability values are not the same. |
Applies to
Azure SDK for .NET