Udostępnij za pośrednictwem


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