HostedServiceGetDetailedResponse.Deployment.VirtualIPAddresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The virtual IP addresses that are specified for the deployment.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.VirtualIPAddress> VirtualIPAddresses { get; set; }
member this.VirtualIPAddresses : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.VirtualIPAddress> with get, set
Public Property VirtualIPAddresses As IList(Of VirtualIPAddress)