你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Arp Class

Definition

Allocation and Retention Priority (ARP) parameters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ArpTypeConverter))]
public class Arp : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IArp
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ArpTypeConverter))>]
type Arp = class
    interface IArp
    interface IJsonSerializable
Public Class Arp
Implements IArp
Inheritance
Arp
Attributes
Implements

Constructors

Arp()

Creates an new Arp instance.

Properties

PreemptCap

ARP preemption capability.

PreemptVuln

ARP preemption vulnerability

PriorityLevel

ARP priority level.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Arp.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Arp.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IArp.

FromJsonString(String)

Creates a new instance of Arp, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Arp into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to