你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdateDefinition<ParentT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
作为应用程序网关更新的一部分,整个应用程序网关探测定义。
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithHealthyHttpResponseBodyContents<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithHealthyHttpResponseBodyContentsBeta<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithHealthyHttpResponseStatusCodeRanges<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithHealthyHttpResponseStatusCodeRangesBeta<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithHost<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithInterval<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithPath<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithProtocol<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithRetries<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithTimeout<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.UpdateDefinition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithTimeout<ParentT>,Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IInUpdateAlt<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithHost<'ParentT>
interface IWithAttach<'ParentT>
interface IInUpdateAlt<'ParentT>
interface IWithInterval<'ParentT>
interface IWithRetries<'ParentT>
interface IWithHealthyHttpResponseStatusCodeRanges<'ParentT>
interface IWithHealthyHttpResponseStatusCodeRangesBeta<'ParentT>
interface IBeta
interface IWithHealthyHttpResponseBodyContents<'ParentT>
interface IWithHealthyHttpResponseBodyContentsBeta<'ParentT>
interface IWithProtocol<'ParentT>
interface IWithProtocol<IWithTimeout<'ParentT>, ApplicationGatewayProtocol>
interface IWithPath<'ParentT>
interface IWithTimeout<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInUpdateAlt(Of ParentT), IWithAttach(Of ParentT), IWithHealthyHttpResponseBodyContents(Of ParentT), IWithHealthyHttpResponseBodyContentsBeta(Of ParentT), IWithHealthyHttpResponseStatusCodeRanges(Of ParentT), IWithHealthyHttpResponseStatusCodeRangesBeta(Of ParentT), IWithHost(Of ParentT), IWithInterval(Of ParentT), IWithPath(Of ParentT), IWithProtocol(Of IWithTimeout(Of ParentT), ApplicationGatewayProtocol), IWithProtocol(Of ParentT), IWithRetries(Of ParentT), IWithTimeout(Of ParentT)
类型参数
- ParentT
附加此定义后要返回到的父应用程序网关定义的阶段。
- 实现
-
IBlank<ParentT> IWithAttach<ParentT> IWithHealthyHttpResponseBodyContents<ParentT> IWithHealthyHttpResponseBodyContentsBeta<ParentT> IWithHealthyHttpResponseBodyContentsBeta<ReturnT> IWithHealthyHttpResponseStatusCodeRanges<ParentT> IWithHealthyHttpResponseStatusCodeRangesBeta<ParentT> IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT> IWithHost<ParentT> IWithInterval<ParentT> IWithPath<ParentT> IWithProtocol<ParentT> IWithRetries<ParentT> IWithTimeout<ParentT> IWithProtocol<IWithTimeout<ParentT>,ApplicationGatewayProtocol> IInUpdateAlt<ParentT> IBeta