IUpdateNestedProfileEndpoint Interface
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.
The entirety of a nested profile endpoint update as a part of parent traffic manager profile profile update.
public interface IUpdateNestedProfileEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithNestedProfileConfig, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithSourceTrafficRegion
type IUpdateNestedProfileEndpoint = interface
interface IWithNestedProfileConfig
interface IWithSourceTrafficRegion
interface IUpdate
interface ISettable<IUpdate>
interface IWithRoutingWeight
interface IWithRoutingPriority
interface IWithSubnetRouting
interface IWithCustomHeaders
interface IWithGeographicLocation
interface IWithTrafficDisabledOrEnabled
Public Interface IUpdateNestedProfileEndpoint
Implements ISettable(Of IUpdate), IUpdate, IWithNestedProfileConfig, IWithSourceTrafficRegion
- Implements
Methods
FromRegion(Region) |
Specifies the region of the endpoint that will be used when the performance-based routing method TrafficRoutingMethod.PERFORMANCE is enabled on the profile. (Inherited from IWithSourceTrafficRegion) |
Parent() | (Inherited from ISettable<ParentT>) |
ToProfile(ITrafficManagerProfile) |
Specifies a nested traffic manager profile for the endpoint. (Inherited from IWithNestedProfileConfig) |
WithCustomHeader(String, String) |
Specifies the custom header for the endpoint that will be used with health checks (Inherited from IWithCustomHeaders) |
WithCustomHeaders(IDictionary<String,String>) |
Specifies the custom header for the endpoint that will be used with health checks (Inherited from IWithCustomHeaders) |
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) |
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) |
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) |
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) |
WithMinimumEndpointsToEnableTraffic(Int32) |
Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy. (Inherited from IWithNestedProfileConfig) |
WithoutGeographicLocation(IGeographicLocation) |
Specifies the geographic location to be removed from the endpoint's geographic location entries. (Inherited from IWithGeographicLocation) |
WithoutGeographicLocation(String) |
Specifies the geographic location to be removed from the endpoint's geographic location entries. (Inherited from IWithGeographicLocation) |
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) |
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) |
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) |
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) |
WithTrafficDisabled() |
Specifies that the endpoint should be excluded from receiving traffic. (Inherited from IWithTrafficDisabledOrEnabled) |
WithTrafficEnabled() |
Specifies that the endpoint should receive the traffic. (Inherited from IWithTrafficDisabledOrEnabled) |
Applies to
Azure SDK for .NET