IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung eines Application Gateway-Tests als Teil eines Anwendungsgatewayupdates.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHealthyHttpResponseBodyContents, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHealthyHttpResponseStatusCodeRanges, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHost, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithInterval, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithPath, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithRetries, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithTimeout, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>, 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 IWithProtocol
    interface IWithProtocol<IUpdate, ApplicationGatewayProtocol>
    interface IWithPath
    interface IWithHost
    interface IWithTimeout
    interface IWithInterval
    interface IWithRetries
    interface IWithHealthyHttpResponseStatusCodeRanges
    interface IWithHealthyHttpResponseStatusCodeRangesBeta
    interface IBeta
    interface IWithHealthyHttpResponseBodyContents
    interface IWithHealthyHttpResponseBodyContentsBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithHealthyHttpResponseBodyContents, IWithHealthyHttpResponseStatusCodeRanges, IWithHost, IWithInterval, IWithPath, IWithProtocol, IWithProtocol(Of IUpdate, ApplicationGatewayProtocol), IWithRetries, IWithTimeout
Implementiert

Methoden

Parent()

Die gesamte Aktualisierung eines Application Gateway-Tests als Teil eines Anwendungsgatewayupdates.

(Geerbt von ISettable<ParentT>)
WithHealthyHttpResponseBodyContents(String)

Gibt den Inhalt an, nach dem im Textkörper einer HTTP-Antwort auf einen Test gesucht werden soll, um die Integrität status des Back-Ends zu bestimmen.

(Geerbt von IWithHealthyHttpResponseBodyContentsBeta)
WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

Fügt den angegebenen Bereich der HTTP-Antwort des Back-Ends status Codes hinzu, die als fehlerfrei gelten sollen.

(Geerbt von IWithHealthyHttpResponseStatusCodeRangesBeta)
WithHealthyHttpResponseStatusCodeRange(String)

Fügt den angegebenen Bereich der HTTP-Antwort des Back-Ends status Codes hinzu, die als fehlerfrei gelten sollen.

(Geerbt von IWithHealthyHttpResponseStatusCodeRangesBeta)
WithHealthyHttpResponseStatusCodeRanges(ISet<String>)

Gibt die Bereiche der HTTP-Antwort des Back-Ends status Codes an, die als fehlerfrei gelten sollen.

(Geerbt von IWithHealthyHttpResponseStatusCodeRangesBeta)
WithHost(String)

Gibt den Hostnamen an, an den der Test gesendet werden soll.

(Geerbt von IWithHost)
WithHttp()

Gibt HTTP als Testprotokoll an.

(Geerbt von IWithProtocol)
WithHttps()

Gibt HTTPS als Testprotokoll an.

(Geerbt von IWithProtocol)
WithoutHealthyHttpResponseStatusCodeRanges()

Entfernt alle fehlerfreien HTTP-status-Antwortcodebereiche.

(Geerbt von IWithHealthyHttpResponseStatusCodeRangesBeta)
WithPath(String)

Gibt den relativen Pfad für den aufzurufenden Test an. Ein Test wird an <protocol>://<host>:<port><path> gesendet.

(Geerbt von IWithPath)
WithProtocol(ProtocolT)

Gibt das Transportprotokoll an.

(Geerbt von IWithProtocol<ReturnT,ProtocolT>)
WithRetriesBeforeUnhealthy(Int32)

Gibt die Anzahl der Wiederholungsversuche an, bevor der Server als fehlerhaft eingestuft wird.

(Geerbt von IWithRetries)
WithTimeBetweenProbesInSeconds(Int32)

Gibt das Zeitintervall in Sekunden zwischen aufeinanderfolgenden Tests an.

(Geerbt von IWithInterval)
WithTimeoutInSeconds(Int32)

Gibt die Zeitspanne in Sekunden an, die auf eine Antwort wartet, bevor der Test als fehlgeschlagen gilt.

(Geerbt von IWithTimeout)

Gilt für: