PacketCoreControlPlaneVersionPropertiesFormat 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 control plane version properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreControlPlaneVersionPropertiesFormatTypeConverter))]
public class PacketCoreControlPlaneVersionPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneVersionPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreControlPlaneVersionPropertiesFormatTypeConverter))>]
type PacketCoreControlPlaneVersionPropertiesFormat = class
interface IPacketCoreControlPlaneVersionPropertiesFormat
interface IJsonSerializable
Public Class PacketCoreControlPlaneVersionPropertiesFormat
Implements IPacketCoreControlPlaneVersionPropertiesFormat
- Inheritance
-
PacketCoreControlPlaneVersionPropertiesFormat
- Attributes
- Implements
Constructors
PacketCoreControlPlaneVersionPropertiesFormat() |
Creates an new PacketCoreControlPlaneVersionPropertiesFormat instance. |
Properties
Platform |
Platform specific packet core control plane version properties. |
ProvisioningState |
The provisioning state of the packet core control plane version resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PacketCoreControlPlaneVersionPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PacketCoreControlPlaneVersionPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlaneVersionPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of PacketCoreControlPlaneVersionPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PacketCoreControlPlaneVersionPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |