VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint.VirtualIPAddress Property

 

Gets or sets the virtual IP address of the endpoint.

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

Syntax

public string VirtualIPAddress { get; set; }
public:
property String^ VirtualIPAddress {
    String^ get();
    void set(String^ value);
}
member VirtualIPAddress : string with get, set
Public Property VirtualIPAddress As String

Property Value

Type: System.String

The virtual IP address.

See Also

VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top