HostedServiceGetDetailedResponse.Deployment.VirtualIPAddresses Property

 

Gets or sets a collection of VirtualIPAddress objects that define the virtual IP addresses for the deployment.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public IList<VirtualIPAddress> VirtualIPAddresses { get; set; }

Property Value

Type: System.Collections.Generic.IList<VirtualIPAddress>

A collection of VirtualIPAddress objects.

Return to top
Show: