VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint.LoadBalancedEndpointSetName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Required. Specifies whether this endpoint is part of shared LoadBalanced endpoint and served by multiple role instances. If not specified a BadRequest error will be returned. It must also be in use by the deployment (at least one role in the deployment must have an endpoint whose LoadBalancedEndpointSetName matches this) otherwise a BadRequest error will be returned.
public string LoadBalancedEndpointSetName { get; set; }
member this.LoadBalancedEndpointSetName : string with get, set
Public Property LoadBalancedEndpointSetName As String