AzureNetworkProfileContainerNetworkInterfaceConfigBase.IpConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Management.Automation.Alias(new System.String[] { "IpConfig" })]
[System.Management.Automation.Parameter(HelpMessage="Specifies a collection of IP configuration profiles which determine what ip configurations are created when a container nic is instantiated from this container network interface configuration", Mandatory=false, ValueFromPipelineByPropertyName=true)]
public Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[] IpConfiguration { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "IpConfig" })>]
[<System.Management.Automation.Parameter(HelpMessage="Specifies a collection of IP configuration profiles which determine what ip configurations are created when a container nic is instantiated from this container network interface configuration", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
member this.IpConfiguration : Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[] with get, set
Public Property IpConfiguration As PSIPConfigurationProfile()
Property Value
- Attributes