INetworkInterfaceResourceSettings.IPConfiguration Property

Definition

Gets or sets the IP configurations of the NIC.

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=true, Description="Gets or sets the IP configurations of the NIC.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.INicIPConfigurationResourceSettings) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.INicIPConfigurationResourceSettings> IPConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=true, Description="Gets or sets the IP configurations of the NIC.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.INicIPConfigurationResourceSettings) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipConfigurations", Update=true)>]
member this.IPConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.INicIPConfigurationResourceSettings> with get, set
Public Property IPConfiguration As List(Of INicIPConfigurationResourceSettings)

Property Value

Attributes

Applies to