INatGateway.PublicIPPrefix Property

Definition

An array of public ip prefixes associated with the nat gateway resource.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="An array of public ip prefixes associated with the nat gateway resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicIpPrefixes", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated> PublicIPPrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="An array of public ip prefixes associated with the nat gateway resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicIpPrefixes", Update=true)>]
member this.PublicIPPrefix : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated> with get, set
Public Property PublicIPPrefix As List(Of ISubResourceAutoGenerated)

Property Value

Attributes

Applies to