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

AFDEndpointUpdateParameters interface

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

属性

enabledState

是否要启用此规则。 允许的值为“Enabled”或“Disabled”

profileName

保存终结点的配置文件的名称。 注意:此属性不会被序列化。 它只能由服务器填充。

tags

终结点标记。

属性详细信息

enabledState

是否要启用此规则。 允许的值为“Enabled”或“Disabled”

enabledState?: string

属性值

string

profileName

保存终结点的配置文件的名称。 注意:此属性不会被序列化。 它只能由服务器填充。

profileName?: string

属性值

string

tags

终结点标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}