你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SimStaticIPPropertiesStaticIP Class

Definition

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()

Applies to