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

CloudServicesNetworkPatchParameters interface

CloudServicesNetworkPatchParameters 表示修补云服务网络的请求正文。

属性

additionalEgressEndpoints

出口终结点的列表。 这允许从混合 AKS 群集连接到指定的终结点。

enableDefaultEgressEndpoints

指示是否允许出口流量使用平台默认终结点。

tags

将替换现有标记的 Azure 资源标记。

属性详细信息

additionalEgressEndpoints

出口终结点的列表。 这允许从混合 AKS 群集连接到指定的终结点。

additionalEgressEndpoints?: EgressEndpoint[]

属性值

enableDefaultEgressEndpoints

指示是否允许出口流量使用平台默认终结点。

enableDefaultEgressEndpoints?: string

属性值

string

tags

将替换现有标记的 Azure 资源标记。

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

属性值

{[propertyName: string]: string}