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

AzureNetworkProfileContainerNetworkInterfaceConfigBase.IpConfiguration Property

Definition

[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

Applies to