Share via


MobileNetworkPreemptionCapability Struct

Definition

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