Share via


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

IUpdate 接口

定义

作为应用程序网关更新的一部分,整个应用程序网关后端 HTTPS 配置更新。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithAffinity, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithAuthenticationCertificate, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithConnectionDraining, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithCookieName, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithHostHeader, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithPath, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithPort, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithProbe, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithRequestTimeout, Microsoft.Azure.Management.Network.Fluent.HasPort.Update.IWithPort<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithPort
    interface IWithPort<IUpdate>
    interface IWithAffinity
    interface IWithProtocol
    interface IWithProtocolBeta
    interface IBeta
    interface IWithRequestTimeout
    interface IWithProbe
    interface IWithHostHeader
    interface IWithHostHeaderBeta
    interface IWithConnectionDraining
    interface IWithConnectionDrainingBeta
    interface IWithCookieName
    interface IWithCookieNameBeta
    interface IWithPath
    interface IWithPathBeta
    interface IWithAuthenticationCertificate
    interface IWithAuthenticationCertificateBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithAffinity, IWithAuthenticationCertificate, IWithConnectionDraining, IWithCookieName, IWithHostHeader, IWithPath, IWithPort, IWithPort(Of IUpdate), IWithProbe, IWithProtocol, IWithRequestTimeout
实现

方法

Parent()

作为应用程序网关更新的一部分,整个应用程序网关后端 HTTPS 配置更新。

(继承自 ISettable<ParentT>)
WithAffinityCookieName(String)

指定相关性 Cookie 的名称。

(继承自 IWithCookieNameBeta)
WithAuthenticationCertificate(String)

将此应用程序网关上存在的指定身份验证证书与此后端 HTTP 配置相关联。 对此方法的多次调用将添加其他证书引用。

(继承自 IWithAuthenticationCertificateBeta)
WithAuthenticationCertificateFromBase64(String)

将新的自动命名证书与从指定文件加载的此 HTTP 后端配置相关联。 对此方法的多次调用将添加其他证书引用。

(继承自 IWithAuthenticationCertificateBeta)
WithAuthenticationCertificateFromBytes(Byte[])

根据指定的数据,将新的自动命名证书与此 HTTP 后端配置相关联。 对此方法的多次调用将添加其他证书引用。

(继承自 IWithAuthenticationCertificateBeta)
WithAuthenticationCertificateFromFile(FileInfo)

将新的自动命名证书与从指定文件加载的此 HTTP 后端配置相关联。

(继承自 IWithAuthenticationCertificateBeta)
WithConnectionDrainingTimeoutInSeconds(Int32)

指定连接排出处于活动状态时的秒数。

(继承自 IWithConnectionDrainingBeta)
WithCookieBasedAffinity()

启用基于 Cookie 的相关性。

(继承自 IWithAffinity)
WithHostHeader(String)

指定主机标头。

(继承自 IWithHostHeaderBeta)
WithHostHeaderFromBackend()

指定主机标头应来自后端服务器的主机名。

(继承自 IWithHostHeaderBeta)
WithHttp()

指定 HTTP 作为协议。

(继承自 IWithProtocolBeta)
WithHttps()

指定 HTTPS 作为协议。

(继承自 IWithProtocolBeta)
WithoutAuthenticationCertificate(String)

从此 HTTP 后端配置中删除对指定身份验证证书的引用。 请注意,证书将保持与应用程序网关的关联,直到从它显式删除。

(继承自 IWithAuthenticationCertificateBeta)
WithoutAuthenticationCertificates()

删除对任何身份验证证书的所有引用。

(继承自 IWithAuthenticationCertificateBeta)
WithoutConnectionDraining()

禁用连接排出。

(继承自 IWithConnectionDrainingBeta)
WithoutCookieBasedAffinity()

禁用基于 Cookie 的相关性。

(继承自 IWithAffinity)
WithoutHostHeader()

指定不应使用主机标头。

(继承自 IWithHostHeaderBeta)
WithoutProbe()

删除与探测的关联。

(继承自 IWithProbe)
WithPath(String)

指定所有 HTTP 请求的路径前缀。

(继承自 IWithPathBeta)
WithPort(Int32)

指定端口号。

(继承自 IWithPort<ReturnT>)
WithProbe(String)

在此应用程序网关上指定要与此后端关联的现有探测。 如果具有指定名称的探测尚不存在,则必须在应用程序网关定义的可选部分中单独定义它。 这只会按探测名称添加对探测的引用。

(继承自 IWithProbe)
WithProtocol(ApplicationGatewayProtocol)

指定传输协议。

(继承自 IWithProtocol)
WithRequestTimeout(Int32)

指定请求超时。

(继承自 IWithRequestTimeout)

适用于