Arp Class
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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |