Share via


PlatformConfiguration Class

Definition

The platform where the packet core is deployed.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PlatformConfigurationTypeConverter))]
public class PlatformConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPlatformConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PlatformConfigurationTypeConverter))>]
type PlatformConfiguration = class
    interface IPlatformConfiguration
    interface IJsonSerializable
Public Class PlatformConfiguration
Implements IPlatformConfiguration
Inheritance
PlatformConfiguration
Attributes
Implements

Constructors

PlatformConfiguration()

Creates an new PlatformConfiguration instance.

Properties

AzureStackEdgeDeviceId

Azure Stack Edge device resource 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

Azure Stack HCI cluster resource ID.

ConnectedClusterId

Azure Arc connected cluster resource ID.

CustomLocationId

Azure Arc custom location resource ID.

Type

The platform type where packet core is deployed.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PlatformConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PlatformConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPlatformConfiguration.

FromJsonString(String)

Creates a new instance of PlatformConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PlatformConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to