MobileNetworkPlatform 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.
Platform specific packet core control plane version properties.
public class MobileNetworkPlatform : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatform>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatform>
type MobileNetworkPlatform = class
interface IJsonModel<MobileNetworkPlatform>
interface IPersistableModel<MobileNetworkPlatform>
Public Class MobileNetworkPlatform
Implements IJsonModel(Of MobileNetworkPlatform), IPersistableModel(Of MobileNetworkPlatform)
- Inheritance
-
MobileNetworkPlatform
- Implements
Constructors
MobileNetworkPlatform() |
Initializes a new instance of MobileNetworkPlatform. |
Properties
MaximumPlatformSoftwareVersion |
The maximum software version of the platform where this packet core version can be deployed. |
MinimumPlatformSoftwareVersion |
The minimum software version of the platform where this packet core version can be deployed. |
ObsoleteVersion |
Indicates whether this version is obsoleted for this platform. |
PlatformType |
The platform type where this version can be deployed. |
RecommendedVersion |
Indicates whether this is the recommended version for this platform. |
VersionState |
The state of this packet core control plane version on this platform. |
Explicit Interface Implementations
IJsonModel<MobileNetworkPlatform>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MobileNetworkPlatform>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MobileNetworkPlatform>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MobileNetworkPlatform>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MobileNetworkPlatform>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET