SimStaticIPPropertiesStaticIP 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 static IP configuration for the SIM to use at the defined network scope.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SimStaticIPPropertiesStaticIPTypeConverter))]
public class SimStaticIPPropertiesStaticIP : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISimStaticIPPropertiesStaticIP
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.SimStaticIPPropertiesStaticIPTypeConverter))>]
type SimStaticIPPropertiesStaticIP = class
interface ISimStaticIPPropertiesStaticIP
interface IJsonSerializable
Public Class SimStaticIPPropertiesStaticIP
Implements ISimStaticIPPropertiesStaticIP
- Inheritance
-
SimStaticIPPropertiesStaticIP
- Attributes
- Implements
Constructors
SimStaticIPPropertiesStaticIP() |
Creates an new SimStaticIPPropertiesStaticIP instance. |
Properties
Ipv4Address |
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 SimStaticIPPropertiesStaticIP. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SimStaticIPPropertiesStaticIP. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISimStaticIPPropertiesStaticIP. |
FromJsonString(String) |
Creates a new instance of SimStaticIPPropertiesStaticIP, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SimStaticIPPropertiesStaticIP into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |