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

AFDEndpointUpdateParameters 类

定义

创建或更新终结点所需的属性。

[Microsoft.Rest.Serialization.JsonTransformation]
public class AFDEndpointUpdateParameters : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AFDEndpointUpdateParameters = class
    interface IResource
Public Class AFDEndpointUpdateParameters
Implements IResource
继承
AFDEndpointUpdateParameters
属性
实现

构造函数

AFDEndpointUpdateParameters()

初始化 AFDEndpointUpdateParameters 类的新实例。

AFDEndpointUpdateParameters(IDictionary<String,String>, Nullable<Int32>, String)

初始化 AFDEndpointUpdateParameters 类的新实例。

属性

EnabledState

获取或设置是否启用此规则。 允许的值为“Enabled”或“Disabled”。 可能的值包括:“Enabled”、“Disabled”

OriginResponseTimeoutSeconds

获取或设置将请求转发到源时的发送和接收超时。 达到超时时,请求将失败并返回。

Tags

获取或设置终结点标记。

方法

Validate()

验证 对象。

适用于