IWithEndpointThreshold<ParentT> Interface

Definition

The stage of the nested traffic manager profile endpoint definition allowing to specify the minimum endpoints to be online in the nested profile to consider it as not degraded.

public interface IWithEndpointThreshold<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithCustomHeaders<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithGeographicLocation<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithRoutingPriority<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithRoutingWeight<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithSubnetRouting<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithTrafficDisabled<ParentT>
type IWithEndpointThreshold<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithRoutingWeight<'ParentT>
    interface IWithRoutingPriority<'ParentT>
    interface IWithSubnetRouting<'ParentT>
    interface IWithCustomHeaders<'ParentT>
    interface IWithGeographicLocation<'ParentT>
    interface IWithTrafficDisabled<'ParentT>
Public Interface IWithEndpointThreshold(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithCustomHeaders(Of ParentT), IWithGeographicLocation(Of ParentT), IWithRoutingPriority(Of ParentT), IWithRoutingWeight(Of ParentT), IWithSubnetRouting(Of ParentT), IWithTrafficDisabled(Of ParentT)

Type Parameters

ParentT

The return type of WithAttach.attach().

Derived
Implements

Methods

Attach() (Inherited from IInUpdate<ParentT>)
WithCustomHeader(String, String)

Specifies the custom header for the endpoint that will be used with health checks

(Inherited from IWithCustomHeaders<ParentT>)
WithCustomHeaders(IDictionary<String,String>)

Specifies the custom header for the endpoint that will be used with health checks

(Inherited from IWithCustomHeaders<ParentT>)
WithGeographicLocation(IGeographicLocation)

Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

(Inherited from IWithGeographicLocation<ParentT>)
WithGeographicLocation(String)

Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

(Inherited from IWithGeographicLocation<ParentT>)
WithGeographicLocations(IList<IGeographicLocation>)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

(Inherited from IWithGeographicLocation<ParentT>)
WithGeographicLocations(IList<String>)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

(Inherited from IWithGeographicLocation<ParentT>)
WithMinimumEndpointsToEnableTraffic(Int32)

Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy.

WithRoutingPriority(Int32)

Specifies the weight for the endpoint that will be used when priority-based routing method is TrafficRoutingMethod.PRIORITY enabled on the profile.

(Inherited from IWithRoutingPriority<ParentT>)
WithRoutingWeight(Int32)

Specifies the weight for the endpoint that will be used when the weight-based routing method TrafficRoutingMethod.WEIGHTED is enabled on the profile.

(Inherited from IWithRoutingWeight<ParentT>)
WithSubnetRouting(String, Int32)

Specifies the priority for the endpoint that will be used when the parent profile is configured with Subnet routing method TrafficRoutingMethod.SUBNET.

(Inherited from IWithSubnetRouting<ParentT>)
WithSubnetRouting(String, String)

Specifies the priority for the endpoint that will be used when the parent profile is configured with Subnet routing method TrafficRoutingMethod.SUBNET.

(Inherited from IWithSubnetRouting<ParentT>)
WithTrafficDisabled()

Specifies that this endpoint should be excluded from receiving traffic.

(Inherited from IWithTrafficDisabled<ParentT>)

Applies to