Share via


ISim.StaticIPConfiguration Property

Definition

A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.

[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Create=true, Description="A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.ISimStaticIPProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="staticIpConfiguration", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.ISimStaticIPProperties> StaticIPConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Create=true, Description="A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.ISimStaticIPProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="staticIpConfiguration", Update=true)>]
member this.StaticIPConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.ISimStaticIPProperties> with get, set
Public Property StaticIPConfiguration As List(Of ISimStaticIPProperties)

Property Value

Attributes

Applies to