你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ITrafficManagerProfile 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure 流量管理器配置文件的不可变客户端表示形式。
public interface ITrafficManagerProfile : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManager,Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate>
type ITrafficManagerProfile = interface
interface IGroupableResource<ITrafficManager, ProfileInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<ITrafficManager>
interface IHasInner<ProfileInner>
interface IRefreshable<ITrafficManagerProfile>
interface IUpdatable<IUpdate>
Public Interface ITrafficManagerProfile
Implements IGroupableResource(Of ITrafficManager, ProfileInner), IHasInner(Of ProfileInner), IHasManager(Of ITrafficManager), IRefreshable(Of ITrafficManagerProfile), IUpdatable(Of IUpdate)
- 实现
属性
AzureEndpoints |
获取流量管理器配置文件中的 Azure 终结点,并按名称编制索引。 |
DnsLabel |
获取流量管理器配置文件的相对 DNS 名称。 |
ExternalEndpoints |
获取流量管理器配置文件中的外部终结点,并按名称编制索引。 |
Fqdn |
(流量管理器配置文件的 FQDN) 获取完全限定的域名。 |
Id |
获取资源 ID 字符串 (继承自 IHasId) |
Inner |
Azure 流量管理器配置文件的不可变客户端表示形式。 (继承自 IHasInner<T>) |
IntervalInSeconds |
获取此配置文件中终结点的监视间隔。 这是流量管理器检查此配置文件中每个终结点的运行状况的时间间隔。 |
IsEnabled |
如果启用了流量管理器配置文件,则为 true;如果启用,则为 false。 |
Key |
Azure 流量管理器配置文件的不可变客户端表示形式。 (继承自 IIndexable) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
MonitoringPath |
获取受监视以检查流量管理器配置文件终结点的运行状况的路径。 |
MonitoringPort |
获取受监视以检查流量管理器配置文件终结点的运行状况的端口。 |
MonitorStatus |
获取配置文件监视器状态,该状态是配置文件中所有终结点的终结点监视器状态值和配置的配置文件状态的组合。 |
Name |
获取资源的名称 (继承自 IHasName) |
NestedProfileEndpoints |
获取此流量管理器配置文件中的嵌套流量管理器配置文件终结点,并按名称编制索引。 |
Region |
Azure 流量管理器配置文件的不可变客户端表示形式。 (继承自 IResource) |
RegionName |
Azure 流量管理器配置文件的不可变客户端表示形式。 (继承自 IResource) |
ResourceGroupName |
Azure 流量管理器配置文件的不可变客户端表示形式。 (继承自 IHasResourceGroup) |
Tags |
Azure 流量管理器配置文件的不可变客户端表示形式。 (继承自 IResource) |
TimeoutInSeconds |
获取此配置文件中终结点的监视器超时。 这是流量管理器允许此配置文件中的终结点响应运行状况检查的时间。 |
TimeToLive |
获取 DNS 生存时间 (TTL) (以秒为单位)。 |
ToleratedNumberOfFailures |
获取流量管理器在声明此配置文件中的终结点在下一个故障运行状况检查之后降级之前允许的连续失败运行状况检查的数目。 |
TrafficRoutingMethod |
获取用于将流量路由到流量管理器配置文件终结点的路由方法。 |
Type |
Azure 流量管理器配置文件的不可变客户端表示形式。 (继承自 IResource) |
方法
Refresh() |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
Update() |
Azure 流量管理器配置文件的不可变客户端表示形式。 (继承自 IUpdatable<T>) |