SimStaticIPProperties 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.
Static IP configuration for a SIM, scoped to a particular attached data network and slice.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SimStaticIPPropertiesTypeConverter))]
public class SimStaticIPProperties : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISimStaticIPProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SimStaticIPPropertiesTypeConverter))>]
type SimStaticIPProperties = class
interface ISimStaticIPProperties
interface IJsonSerializable
Public Class SimStaticIPProperties
Implements ISimStaticIPProperties
- Inheritance
-
SimStaticIPProperties
- Attributes
- Implements
Constructors
SimStaticIPProperties() |
Creates an new SimStaticIPProperties instance. |
Properties
AttachedDataNetworkId |
Attached data network resource ID. |
SlouseId |
Slice resource ID. |
StaticIPIpv4Address |
The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SimStaticIPProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SimStaticIPProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISimStaticIPProperties. |
FromJsonString(String) |
Creates a new instance of SimStaticIPProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SimStaticIPProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |