MobileNetworkIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.MobileNetworkIdentityTypeConverter))]
public class MobileNetworkIdentity : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.MobileNetworkIdentityTypeConverter))>]
type MobileNetworkIdentity = class
interface IMobileNetworkIdentity
interface IJsonSerializable
Public Class MobileNetworkIdentity
Implements IMobileNetworkIdentity
- Inheritance
-
MobileNetworkIdentity
- Attributes
- Implements
Constructors
MobileNetworkIdentity() |
Creates an new MobileNetworkIdentity instance. |
Properties
AttachedDataNetworkName |
The name of the attached data network. |
DataNetworkName |
The name of the data network. |
Id |
Resource identity path |
MobileNetworkName |
The name of the mobile network. |
PacketCoreControlPlaneName |
The name of the packet core control plane. |
PacketCoreDataPlaneName |
The name of the packet core data plane. |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
ServiceName |
The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' |
SimGroupName |
The name of the SIM Group. |
SimName |
The name of the SIM. |
SimPolicyName |
The name of the SIM policy. |
SiteName |
The name of the mobile network site. |
SliceName |
The name of the network slice. |
SubscriptionId |
The ID of the target subscription. |
VersionName |
The name of the packet core control plane version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MobileNetworkIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MobileNetworkIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity. |
FromJsonString(String) |
Creates a new instance of MobileNetworkIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MobileNetworkIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |