ISubnetPropertiesFormat.IPConfigurationProfile Property

Definition

Array of IP configuration profiles which reference this subnet.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="Array of IP configuration profiles which reference this subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IIPConfigurationProfile) }, Read=true, ReadOnly=true, Required=false, SerializedName="ipConfigurationProfiles", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IIPConfigurationProfile> IPConfigurationProfile { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="Array of IP configuration profiles which reference this subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IIPConfigurationProfile) }, Read=true, ReadOnly=true, Required=false, SerializedName="ipConfigurationProfiles", Update=false)>]
member this.IPConfigurationProfile : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IIPConfigurationProfile>
Public ReadOnly Property IPConfigurationProfile As List(Of IIPConfigurationProfile)

Property Value

Attributes

Applies to