ISubnetPropertiesFormat.ApplicationGatewayIPConfiguration Property

Definition

Application gateway IP configurations of virtual network resource.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Application gateway IP configurations of virtual network resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IApplicationGatewayIPConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="applicationGatewayIpConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IApplicationGatewayIPConfiguration> ApplicationGatewayIPConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Application gateway IP configurations of virtual network resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IApplicationGatewayIPConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="applicationGatewayIpConfigurations", Update=true)>]
member this.ApplicationGatewayIPConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IApplicationGatewayIPConfiguration> with get, set
Public Property ApplicationGatewayIPConfiguration As List(Of IApplicationGatewayIPConfiguration)

Property Value

Attributes

Applies to