你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IPccRuleConfiguration.RuleQoPolicyPreemptionCapability 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.
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.
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionCapability) }, ReadOnly=false, Required=false, SerializedName="preemptionCapability")]
public Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionCapability? RuleQoPolicyPreemptionCapability { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionCapability) }, ReadOnly=false, Required=false, SerializedName="preemptionCapability")>]
member this.RuleQoPolicyPreemptionCapability : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionCapability> with get, set
Public Property RuleQoPolicyPreemptionCapability As Nullable(Of PreemptionCapability)
Property Value
- Attributes