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)
Syntax
public string LoadBalancedEndpointSetName { get; set; }
public:
property String^ LoadBalancedEndpointSetName {
String^ get();
void set(String^ value);
}
member LoadBalancedEndpointSetName : string with get, set
Public Property LoadBalancedEndpointSetName As String
Property Value
Type: System.String
The name.
Remarks
When you specify this name in multiple endpoints, they are all added to the set.
See Also
InputEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top