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

SimStaticIPProperties Class

Definition

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

Applies to