PacketCoreDataPlanePropertiesFormat 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.
Packet core data plane properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreDataPlanePropertiesFormatTypeConverter))]
public class PacketCoreDataPlanePropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreDataPlanePropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreDataPlanePropertiesFormatTypeConverter))>]
type PacketCoreDataPlanePropertiesFormat = class
interface IPacketCoreDataPlanePropertiesFormat
interface IJsonSerializable
Public Class PacketCoreDataPlanePropertiesFormat
Implements IPacketCoreDataPlanePropertiesFormat
- Inheritance
-
PacketCoreDataPlanePropertiesFormat
- Attributes
- Implements
Constructors
PacketCoreDataPlanePropertiesFormat() |
Creates an new PacketCoreDataPlanePropertiesFormat instance. |
Properties
ProvisioningState |
The provisioning state of the packet core data plane resource. |
UserPlaneAccessInterfaceIpv4Address |
The IPv4 address. |
UserPlaneAccessInterfaceIpv4Gateway |
The default IPv4 gateway (router). |
UserPlaneAccessInterfaceIpv4Subnet |
The IPv4 subnet. |
UserPlaneAccessInterfaceName |
The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PacketCoreDataPlanePropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PacketCoreDataPlanePropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreDataPlanePropertiesFormat. |
FromJsonString(String) |
Creates a new instance of PacketCoreDataPlanePropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PacketCoreDataPlanePropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |