DataNetworkConfiguration.PreemptionCapability Property
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.
Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
public Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPreemptionCapability? PreemptionCapability { get; set; }
member this.PreemptionCapability : Nullable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPreemptionCapability> with get, set
Public Property PreemptionCapability As Nullable(Of MobileNetworkPreemptionCapability)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET