DeploymentGetResponse::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:
property IList<VirtualIPAddress^>^ VirtualIPAddresses {
	IList<VirtualIPAddress^>^ get();
	void set(IList<VirtualIPAddress^>^ value);
}

Property Value

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

A collection of VirtualIPAddress objects.

Return to top
Show: