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 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) |
WithMinimumEndpointsToEnableTraffic(Int32) |
Specifies the minimum number of endpoints to be online for the nested profile to be considered healthy. (Inherited from IWithNestedProfileConfig) |