IServiceResource.OutboundIPPublicIP Property

Definition

A list of public IP addresses.

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=false, Description="A list of public IP addresses.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="publicIPs", Update=false)]
public System.Collections.Generic.List<string> OutboundIPPublicIP { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=false, Description="A list of public IP addresses.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="publicIPs", Update=false)>]
member this.OutboundIPPublicIP : System.Collections.Generic.List<string>
Public ReadOnly Property OutboundIPPublicIP As List(Of String)

Property Value

Attributes

Applies to