InputEndpoint::LoadBalancedEndpointSetName Property

 

Gets or sets a name for a set of load-balanced endpoints.

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

public:
property String^ LoadBalancedEndpointSetName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name.

When you specify this name in multiple endpoints, they are all added to the set.

Return to top
Show: