IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung eines Application Gateway-HTTP-Listeners als Teil eines Application Gateway-Updates.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithFrontendPort, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithHostName, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithServerNameIndication, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithSslCertificate, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IWithSslPassword, Microsoft.Azure.Management.Network.Fluent.HasHostName.Update.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.Update.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslCertificate<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslPassword<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithServerNameIndication
    interface IWithServerNameIndication<IUpdate>
    interface IWithHostName
    interface IWithHostName<IUpdate>
    interface IWithProtocol
    interface IWithSslCertificate
    interface IWithSslCertificate<IUpdate>
    interface IWithSslPassword
    interface IWithSslPassword<IUpdate>
    interface IWithFrontendPort
    interface IWithFrontend
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithFrontend, IWithFrontendPort, IWithHostName, IWithHostName(Of IUpdate), IWithProtocol, IWithServerNameIndication, IWithServerNameIndication(Of IUpdate), IWithSslCertificate, IWithSslCertificate(Of IUpdate), IWithSslPassword, IWithSslPassword(Of IUpdate)
Implementiert

Methoden

Parent()

Die gesamte Aktualisierung eines Application Gateway-HTTP-Listeners als Teil eines Application Gateway-Updates.

(Geerbt von ISettable<ParentT>)
WithFrontendPort(Int32)

Ermöglicht dem Listener, an der angegebenen Front-End-Portnummer zu lauschen. Wenn noch kein Front-End-Port für diese Portnummer vorhanden ist, wird ein neuer mit einem automatisch generierten Namen erstellt.

(Geerbt von IWithFrontendPort)
WithFrontendPort(String)

Ermöglicht dem Listener das Lauschen am angegebenen vorhandenen Front-End-Port.

(Geerbt von IWithFrontendPort)
WithHostName(String)

Gibt den Hostnamen an.

(Geerbt von IWithHostName<ReturnT>)
WithHttp()

Gibt an, dass der Listener für das HTTP-Protokoll gilt.

(Geerbt von IWithProtocol)
WithHttps()

Gibt an, dass der Listener für das HTTPS-Protokoll gilt.

(Geerbt von IWithProtocol)
WithoutServerNameIndication()

Stellt sicher, dass die Servernamensanzeige (SNI) nicht erforderlich ist.

(Geerbt von IWithServerNameIndication<ReturnT>)
WithPrivateFrontend()

Ordnet den Listener dem privaten (internen) Front-End des Anwendungsgateways zu. Wenn das private Front-End noch nicht vorhanden ist, wird es unter einem automatisch generierten Namen erstellt und dem Subnetz des Anwendungsgateways zugeordnet.

(Geerbt von IWithFrontend)
WithPublicFrontend()

Ordnet den Listener dem öffentlichen Front-End (mit Internetzugriff) des Anwendungsgateways zu. Wenn das öffentliche Front-End noch nicht vorhanden ist, wird es unter einem automatisch generierten Namen erstellt und der öffentlichen IP-Adresse des Anwendungsgateways zugeordnet.

(Geerbt von IWithFrontend)
WithServerNameIndication()

Erfordert die Servernamensanzeige (Server Name Indication, SNI).

(Geerbt von IWithServerNameIndication<ReturnT>)
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)

Gibt den Inhalt des privaten Schlüssels mithilfe des Schlüsseltresors an.

(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 mithilfe eines automatisch generierten Namens 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: