你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithAttach<ParentT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
流量管理器配置文件终结点定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,也可以使用 TrafficManagerEndpoint.DefinitionStages.WithAttach.attach () 将流量管理器配置文件定义附加到父流量管理器配置文件定义。
public interface IWithAttach<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithCustomHeaders<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithGeographicLocation<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithRoutingPriority<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithRoutingWeight<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithSubnetRouting<ParentT>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithTrafficDisabled<ParentT>
type IWithAttach<'ParentT> = interface
interface IInDefinition<'ParentT>
interface IWithRoutingWeight<'ParentT>
interface IWithRoutingPriority<'ParentT>
interface IWithSubnetRouting<'ParentT>
interface IWithCustomHeaders<'ParentT>
interface IWithGeographicLocation<'ParentT>
interface IWithTrafficDisabled<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithCustomHeaders(Of ParentT), IWithGeographicLocation(Of ParentT), IWithRoutingPriority(Of ParentT), IWithRoutingWeight(Of ParentT), IWithSubnetRouting(Of ParentT), IWithTrafficDisabled(Of ParentT)
类型参数
- ParentT
TrafficManagerEndpoint.DefinitionStages.WithAttach.attach () 的返回类型。
- 派生
- 实现
方法
Attach() |
流量管理器配置文件终结点定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,也可以使用 TrafficManagerEndpoint.DefinitionStages.WithAttach.attach () 将流量管理器配置文件定义附加到父流量管理器配置文件定义。 (继承自 IInDefinition<ParentT>) |
WithCustomHeader(String, String) |
指定将用于运行状况检查的终结点的自定义标头 (继承自 IWithCustomHeaders<ParentT>) |
WithCustomHeaders(IDictionary<String,String>) |
指定将用于运行状况检查的终结点的自定义标头 (继承自 IWithCustomHeaders<ParentT>) |
WithGeographicLocation(IGeographicLocation) |
指定使用基于地理的路由方法 TrafficRoutingMethod.GEOGRAPHIC 配置父配置文件时将使用的终结点的地理位置。 (继承自 IWithGeographicLocation<ParentT>) |
WithGeographicLocation(String) |
指定使用基于地理的路由方法 TrafficRoutingMethod.GEOGRAPHIC 配置父配置文件时将使用的终结点的地理位置。 (继承自 IWithGeographicLocation<ParentT>) |
WithGeographicLocations(IList<IGeographicLocation>) |
指定使用基于地理的路由方法 TrafficRoutingMethod.GEOGRAPHIC 配置父配置文件时将使用的终结点的地理位置列表。 (继承自 IWithGeographicLocation<ParentT>) |
WithGeographicLocations(IList<String>) |
指定使用基于地理的路由方法 TrafficRoutingMethod.GEOGRAPHIC 配置父配置文件时将使用的终结点的地理位置列表。 (继承自 IWithGeographicLocation<ParentT>) |
WithRoutingPriority(Int32) |
指定使用优先级路由方法 TrafficRoutingMethod.PRIORITY 配置父配置文件时将使用的终结点的优先级。 (继承自 IWithRoutingPriority<ParentT>) |
WithRoutingWeight(Int32) |
指定使用加权路由方法 TrafficRoutingMethod.WEIGHTED 配置父配置文件时将使用的终结点的权重。 (继承自 IWithRoutingWeight<ParentT>) |
WithSubnetRouting(String, Int32) |
指定使用子网路由方法 TrafficRoutingMethod.SUBNET 配置父配置文件时将使用的终结点的优先级。 (继承自 IWithSubnetRouting<ParentT>) |
WithSubnetRouting(String, String) |
指定使用子网路由方法 TrafficRoutingMethod.SUBNET 配置父配置文件时将使用的终结点的优先级。 (继承自 IWithSubnetRouting<ParentT>) |
WithTrafficDisabled() |
指定应从接收流量中排除此终结点。 (继承自 IWithTrafficDisabled<ParentT>) |