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

IUpdateAzureEndpoint 接口

定义

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

public interface IUpdateAzureEndpoint : 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.IWithAzureResource
type IUpdateAzureEndpoint = interface
    interface IWithAzureResource
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithRoutingWeight
    interface IWithRoutingPriority
    interface IWithSubnetRouting
    interface IWithCustomHeaders
    interface IWithGeographicLocation
    interface IWithTrafficDisabledOrEnabled
Public Interface IUpdateAzureEndpoint
Implements ISettable(Of IUpdate), IUpdate, IWithAzureResource
实现

方法

Parent()

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

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

指定 Azure 资源的资源 ID。 支持的 Azure 资源包括云服务、Web 应用或公共 IP。

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

适用于