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

IUpdateNestedProfileEndpoint 接口

定义

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

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
实现

方法

FromRegion(Region)

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

(继承自 IWithSourceTrafficRegion)
Parent()

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

(继承自 ISettable<ParentT>)
ToProfile(ITrafficManagerProfile)

指定终结点的嵌套流量管理器配置文件。

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

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

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

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

(继承自 IWithCustomHeaders)
WithGeographicLocation(IGeographicLocation)

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

(继承自 IWithGeographicLocation)
WithGeographicLocation(String)

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

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

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

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

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

(继承自 IWithGeographicLocation)
WithMinimumEndpointsToEnableTraffic(Int32)

指定要联机的最小终结点数,以便嵌套配置文件被视为正常。

(继承自 IWithNestedProfileConfig)
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)

适用于