MobileNetworkPlatformConfiguration 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.
The platform where the packet core is deployed.
public class MobileNetworkPlatformConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatformConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatformConfiguration>
type MobileNetworkPlatformConfiguration = class
interface IJsonModel<MobileNetworkPlatformConfiguration>
interface IPersistableModel<MobileNetworkPlatformConfiguration>
Public Class MobileNetworkPlatformConfiguration
Implements IJsonModel(Of MobileNetworkPlatformConfiguration), IPersistableModel(Of MobileNetworkPlatformConfiguration)
- Inheritance
-
MobileNetworkPlatformConfiguration
- Implements
Constructors
MobileNetworkPlatformConfiguration(MobileNetworkPlatformType) |
Initializes a new instance of MobileNetworkPlatformConfiguration. |
Properties
AzureStackEdgeDeviceId |
Gets or sets Id. |
AzureStackEdgeDevices |
The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list. |
AzureStackHciClusterId |
Gets or sets Id. |
ConnectedClusterId |
Gets or sets Id. |
CustomLocationId |
Gets or sets Id. |
PlatformType |
The platform type where packet core is deployed. |
Explicit Interface Implementations
IJsonModel<MobileNetworkPlatformConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MobileNetworkPlatformConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MobileNetworkPlatformConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MobileNetworkPlatformConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MobileNetworkPlatformConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET