ISubnet.IPConfiguration Property

Definition

An array of references to the network interface IP configurations using subnet.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="An array of references to the network interface IP configurations using subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IIPConfiguration) }, Read=true, ReadOnly=true, Required=false, SerializedName="ipConfigurations", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IIPConfiguration> IPConfiguration { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="An array of references to the network interface IP configurations using subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IIPConfiguration) }, Read=true, ReadOnly=true, Required=false, SerializedName="ipConfigurations", Update=false)>]
member this.IPConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IIPConfiguration>
Public ReadOnly Property IPConfiguration As List(Of IIPConfiguration)

Property Value

Attributes

Applies to