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

ITrafficManagerExternalEndpoint 接口

定义

Azure 流量管理器配置文件外部终结点的不可变客户端表示形式。

public interface ITrafficManagerExternalEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint,Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.Models.EndpointInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint>, Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint
type ITrafficManagerExternalEndpoint = interface
    interface ITrafficManagerEndpoint
    interface IExternalChildResource<ITrafficManagerEndpoint, ITrafficManagerProfile>
    interface IChildResource<ITrafficManagerProfile>
    interface IHasName
    interface IIndexable
    interface IHasParent<ITrafficManagerProfile>
    interface IRefreshable<ITrafficManagerEndpoint>
    interface IHasInner<EndpointInner>
Public Interface ITrafficManagerExternalEndpoint
Implements IChildResource(Of ITrafficManagerProfile), IExternalChildResource(Of ITrafficManagerEndpoint, ITrafficManagerProfile), IHasInner(Of EndpointInner), IHasParent(Of ITrafficManagerProfile), IRefreshable(Of ITrafficManagerEndpoint), ITrafficManagerEndpoint
实现

属性

CustomHeaders

获取监视器自定义标头

(继承自 ITrafficManagerEndpoint)
EndpointType

获取终结点类型。

(继承自 ITrafficManagerEndpoint)
Fqdn

获取外部终结点的完全限定 DNS 名称。

GeographicLocationCodes

获取指示流量将分配到的位置的地理位置代码。

(继承自 ITrafficManagerEndpoint)
Id

Azure 流量管理器配置文件外部终结点的不可变客户端表示形式。

(继承自 IExternalChildResource<FluentModelT,IParentT>)
Inner

Azure 流量管理器配置文件外部终结点的不可变客户端表示形式。

(继承自 IHasInner<T>)
IsEnabled

如果启用终结点,则为 true;否则为 false。

(继承自 ITrafficManagerEndpoint)
Key

Azure 流量管理器配置文件外部终结点的不可变客户端表示形式。

(继承自 IIndexable)
MonitorStatus

获取终结点的监视器状态。

(继承自 ITrafficManagerEndpoint)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
RoutingPriority

获取使用优先级流量路由方法配置流量管理器配置文件时使用的终结点的优先级。

(继承自 ITrafficManagerEndpoint)
RoutingWeight

获取使用加权流量路由方法配置流量管理器配置文件时使用的终结点的权重。

(继承自 ITrafficManagerEndpoint)
SourceTrafficLocation

获取终结点处理的流量的位置。

SubnetRoute

获取子网路由功能的子网路由

(继承自 ITrafficManagerEndpoint)

方法

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)

适用于