IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung einer Anwendungsgateway-Anforderungsroutingregel als Teil eines Application Gateway-Updates.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithBackend, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithBackendHttpConfiguration, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithListener, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithRedirectConfig, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithSslCertificate, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IWithSslPassword, Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslCertificate<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslPassword<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.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 IWithListener
    interface IWithBackend
    interface IWithBackendHttpConfiguration
    interface IWithSslCertificate
    interface IWithSslCertificate<IUpdate>
    interface IWithSslPassword
    interface IWithSslPassword<IUpdate>
    interface IWithRedirectConfig
    interface IWithRedirectConfigBeta
    interface IBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithBackend, IWithBackendHttpConfiguration, IWithListener, IWithRedirectConfig, IWithSslCertificate, IWithSslCertificate(Of IUpdate), IWithSslPassword, IWithSslPassword(Of IUpdate)
Implementiert

Methoden

FromListener(String)

Ordnet die Anforderungsroutingregel einem vorhandenen Front-End-Listener zu. Beachten Sie außerdem, dass ein bestimmter Listener von nicht mehr als einer Anforderungsroutingregel gleichzeitig verwendet werden kann.

(Geerbt von IWithListener)
Parent()

Die gesamte Aktualisierung einer Anwendungsgateway-Anforderungsroutingregel als Teil eines Application Gateway-Updates.

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

Ordnet die Anforderungsroutingregel einem Back-End auf diesem Anwendungsgateway zu. Wenn das angegebene Back-End noch nicht vorhanden ist, wird es automatisch erstellt.

(Geerbt von IWithBackend)
ToBackendHttpConfiguration(String)

Ordnet die angegebene Konfiguration der Back-End-HTTP-Einstellungen dieser Anforderungsroutingregel zu.

(Geerbt von IWithBackendHttpConfiguration)
WithoutRedirectConfiguration()

Entfernt die Zuordnung zu einer Umleitungskonfiguration( falls vorhanden).

(Geerbt von IWithRedirectConfigBeta)
WithRedirectConfiguration(String)

Ordnet die angegebene Umleitungskonfiguration dieser Anforderungsroutingregel zu. Beachten Sie, dass dieser Anforderungsroutingregel kein Back-End zugeordnet werden kann, wenn ihr eine Umleitungskonfiguration zugewiesen ist. Dadurch werden auch alle Konfigurationen für back- und back-end-HTTP-Einstellungen entfernt.

(Geerbt von IWithRedirectConfigBeta)
WithSslCertificate(String)

Gibt ein SSL-Zertifikat an, das dieser Ressource zugeordnet werden soll. Wenn das Zertifikat noch nicht vorhanden ist, muss es im übergeordneten Ressourcenupdate definiert werden.

(Geerbt von IWithSslCertificate<ReturnT>)
WithSslCertificateFromKeyVaultSecretId(String)

Sepezifiziert den Inhalt des privaten Schlüssels mithilfe des Schlüsseltresors.

(Geerbt von IWithSslCertificate<ReturnT>)
WithSslCertificateFromPfxFile(FileInfo)

Gibt die PFX-Datei an, aus der das SSL-Zertifikat importiert werden soll, um es dieser Ressource zuzuordnen. Das Zertifikat wird mit einem automatisch generierten Namen benannt.

(Geerbt von IWithSslCertificate<ReturnT>)
WithSslCertificatePassword(String)

Gibt das Kennwort für die angegebene PFX-Datei an, die den privaten Schlüssel des importierten SSL-Zertifikats enthält.

(Geerbt von IWithSslPassword<ReturnT>)

Gilt für: