你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IUpdateExternalEndpoint 接口

定义

作为父流量管理器配置文件更新的一部分,整个外部终结点更新。

public interface IUpdateExternalEndpoint : 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.IWithFqdn, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithSourceTrafficRegion
type IUpdateExternalEndpoint = interface
    interface IWithFqdn
    interface IWithSourceTrafficRegion
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithRoutingWeight
    interface IWithRoutingPriority
    interface IWithSubnetRouting
    interface IWithCustomHeaders
    interface IWithGeographicLocation
    interface IWithTrafficDisabledOrEnabled
Public Interface IUpdateExternalEndpoint
Implements ISettable(Of IUpdate), IUpdate, IWithFqdn, IWithSourceTrafficRegion
实现

方法

FromRegion(Region)

指定在配置文件上启用基于性能的路由方法 TrafficRoutingMethod.PERFORMANCE 时将使用的终结点区域。

(继承自 IWithSourceTrafficRegion)
Parent()

作为父流量管理器配置文件更新的一部分,整个外部终结点更新。

(继承自 ISettable<ParentT>)
ToFqdn(String)

指定未托管在 Azure 中的外部终结点的 FQDN。

(继承自 IWithFqdn)
WithCustomHeader(String, String)

指定将用于运行状况检查的终结点的自定义标头

(继承自 IWithCustomHeaders)
WithCustomHeaders(IDictionary<String,String>)

指定将用于运行状况检查的终结点的自定义标头

(继承自 IWithCustomHeaders)
WithGeographicLocation(IGeographicLocation)

指定使用基于地理的路由方法配置父配置文件时将使用的终结点的地理位置。

(继承自 IWithGeographicLocation)
WithGeographicLocation(String)

指定使用基于地理的路由方法配置父配置文件时将使用的终结点的地理位置。

(继承自 IWithGeographicLocation)
WithGeographicLocations(IList<IGeographicLocation>)

指定使用基于地理的路由方法配置父配置文件时将使用的终结点的地理位置列表。

(继承自 IWithGeographicLocation)
WithGeographicLocations(IList<String>)

指定使用基于地理的路由方法配置父配置文件时将使用的终结点的地理位置列表。

(继承自 IWithGeographicLocation)
WithoutGeographicLocation(IGeographicLocation)

指定要从终结点的地理位置条目中删除的地理位置。

(继承自 IWithGeographicLocation)
WithoutGeographicLocation(String)

指定要从终结点的地理位置条目中删除的地理位置。

(继承自 IWithGeographicLocation)
WithRoutingPriority(Int32)

指定在配置文件上启用了 TrafficRoutingMethod.PRIORITY 的基于优先级的路由方法时使用的终结点的权重。

(继承自 IWithRoutingPriority)
WithRoutingWeight(Int32)

指定在配置文件上启用基于权重的路由方法 TrafficRoutingMethod.WEIGHTED 时将使用的终结点的权重。

(继承自 IWithRoutingWeight)
WithSubnetRouting(String, Int32)

指定使用子网路由方法 TrafficRoutingMethod.SUBNET 配置父配置文件时将使用的终结点的优先级。

(继承自 IWithSubnetRouting)
WithSubnetRouting(String, String)

指定使用子网路由方法 TrafficRoutingMethod.SUBNET 配置父配置文件时将使用的终结点的优先级。

(继承自 IWithSubnetRouting)
WithTrafficDisabled()

指定应从接收流量中排除终结点。

(继承自 IWithTrafficDisabledOrEnabled)
WithTrafficEnabled()

指定终结点应接收流量。

(继承自 IWithTrafficDisabledOrEnabled)

适用于