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

IUpdate 接口

定义

更新操作的模板,包含可修改的所有设置。 调用 Update.apply () 以将更改应用到 Azure 中的资源。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IWithEndpoint, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IWithMonitoringConfiguration, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IWithMonitoringFastFailover, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IWithProfileStatus, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IWithTrafficRoutingMethod, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IWithTtl
type IUpdate = interface
    interface IAppliable<ITrafficManagerProfile>
    interface IIndexable
    interface IWithTrafficRoutingMethod
    interface IWithMonitoringConfiguration
    interface IWithMonitoringFastFailover
    interface IWithEndpoint
    interface IWithTtl
    interface IWithProfileStatus
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of ITrafficManagerProfile), IUpdateWithTags(Of IUpdate), IWithEndpoint, IWithMonitoringConfiguration, IWithMonitoringFastFailover, IWithProfileStatus, IWithTrafficRoutingMethod, IWithTtl
实现

属性

Key

更新操作的模板,包含可修改的所有设置。 调用 Update.apply () 以将更改应用到 Azure 中的资源。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
DefineAzureTargetEndpoint(String)

开始定义要附加到流量管理器配置文件的 Azure 终结点。

(继承自 IWithEndpoint)
DefineExternalTargetEndpoint(String)

开始定义要附加到流量管理器配置文件的外部终结点。

(继承自 IWithEndpoint)
DefineNestedTargetEndpoint(String)

开始定义要附加到流量管理器配置文件的嵌套配置文件终结点。

(继承自 IWithEndpoint)
UpdateAzureTargetEndpoint(String)

开始描述此配置文件中现有 Azure 终结点的更新。

(继承自 IWithEndpoint)
UpdateExternalTargetEndpoint(String)

开始描述此配置文件中现有外部终结点的更新。

(继承自 IWithEndpoint)
UpdateNestedProfileTargetEndpoint(String)

开始描述此配置文件中现有嵌套流量管理器配置文件终结点的更新。

(继承自 IWithEndpoint)
WithFastFailover(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

指定用于监视的快速故障转移设置。

(继承自 IWithMonitoringFastFailover)
WithGeographicBasedRouting()

指定应将最终用户流量路由到指定为用户地理区域提供服务的终结点。

(继承自 IWithTrafficRoutingMethod)
WithHttpMonitoring()

指定对使用端口 80 定期从路径“/”检查 HTTP 200 响应的终结点使用 HTTP 监视。

(继承自 IWithMonitoringConfiguration)
WithHttpMonitoring(Int32, String)

为使用指定端口定期从指定路径检查 HTTP 200 响应的终结点指定 HTTP 监视。

(继承自 IWithMonitoringConfiguration)
WithHttpsMonitoring()

指定 对使用端口 443 定期从路径“/”检查 HTTPS 200 响应的终结点使用 HTTPS 监视。

(继承自 IWithMonitoringConfiguration)
WithHttpsMonitoring(Int32, String)

为使用指定端口定期从指定路径检查 HTTPS 200 响应的终结点指定 HTTPS 监视。

(继承自 IWithMonitoringConfiguration)
WithMultiValueBasedRouting()

指定最终用户流量应返回多个地址值

(继承自 IWithTrafficRoutingMethod)
WithMultiValueBasedRouting(Int32)

指定最终用户流量应返回多个地址值

(继承自 IWithTrafficRoutingMethod)
WithoutEndpoint(String)

删除配置文件中的终结点。

(继承自 IWithEndpoint)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithPerformanceBasedRouting()

指定应根据最接近的可用终结点路由最终用户流量,以最低的网络延迟。

(继承自 IWithTrafficRoutingMethod)
WithPriorityBasedRouting()

指定应根据终结点的优先级将最终用户流量路由到终结点,即使用优先级最高的终结点,如果它不可用,则回退到下一个优先级最高的终结点。

(继承自 IWithTrafficRoutingMethod)
WithProfileStatusDisabled()

指定需要禁用配置文件。 禁用配置文件将禁用配置文件中所有终结点的流量。

(继承自 IWithProfileStatus)
WithProfileStatusEnabled()

指定需要启用配置文件。 启用配置文件将允许流向配置文件中所有终结点的流量。

(继承自 IWithProfileStatus)
WithSubnetBasedRouting()

子网流量路由方法,用于将最终用户 IP 地址范围集映射到流量管理器配置文件中的特定终结点。 收到请求时,返回的终结点将为该请求的源 IP 地址映射的终结点

(继承自 IWithTrafficRoutingMethod)
WithTag(String, String)

将标记添加到资源。

(继承自 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IUpdateWithTags<T>)
WithTimeToLive(Int32)

指定 DNS TTL(以秒为单位)。

(继承自 IWithTtl)
WithTrafficRoutingMethod(TrafficRoutingMethod)

指定配置文件的流量路由方法。

(继承自 IWithTrafficRoutingMethod)
WithWeightBasedRouting()

指定应根据分配给终结点的权重将最终用户流量分配到终结点。

(继承自 IWithTrafficRoutingMethod)

适用于