Condividi tramite


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