IPlatform Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PlatformTypeConverter))]
public interface IPlatform : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PlatformTypeConverter))>]
type IPlatform = interface
interface IJsonSerializable
Public Interface IPlatform
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
RecommendedVersion |
Indicates whether this is the recommended version for this platform. |
Type |
The platform type where this version can be deployed. |
VersionState |
The state of this packet core control plane version on this platform. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |