다음을 통해 공유


MobileNetworkPreemptionVulnerability Struct

Definition

Preemption vulnerability.

public readonly struct MobileNetworkPreemptionVulnerability : IEquatable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPreemptionVulnerability>
type MobileNetworkPreemptionVulnerability = struct
Public Structure MobileNetworkPreemptionVulnerability
Implements IEquatable(Of MobileNetworkPreemptionVulnerability)
Inheritance
MobileNetworkPreemptionVulnerability
Implements

Constructors

MobileNetworkPreemptionVulnerability(String)

Initializes a new instance of MobileNetworkPreemptionVulnerability.

Properties

NotPreemptable

Cannot be preempted.

Preemptable

May be preempted.

Methods

Equals(MobileNetworkPreemptionVulnerability)

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(MobileNetworkPreemptionVulnerability, MobileNetworkPreemptionVulnerability)

Determines if two MobileNetworkPreemptionVulnerability values are the same.

Implicit(String to MobileNetworkPreemptionVulnerability)

Converts a string to a MobileNetworkPreemptionVulnerability.

Inequality(MobileNetworkPreemptionVulnerability, MobileNetworkPreemptionVulnerability)

Determines if two MobileNetworkPreemptionVulnerability values are not the same.

Applies to