Interface ApplicationGatewayListener.Update
-
- All Superinterfaces:
ApplicationGatewayListener.UpdateStages.WithFrontend,ApplicationGatewayListener.UpdateStages.WithFrontendPort,ApplicationGatewayListener.UpdateStages.WithHostName,ApplicationGatewayListener.UpdateStages.WithProtocol,ApplicationGatewayListener.UpdateStages.WithServerNameIndication,ApplicationGatewayListener.UpdateStages.WithSslCertificate,ApplicationGatewayListener.UpdateStages.WithSslPassword,HasHostName.UpdateStages.WithHostName<ApplicationGatewayListener.Update>,HasServerNameIndication.UpdateStages.WithServerNameIndication<ApplicationGatewayListener.Update>,HasSslCertificate.UpdateStages.WithSslCertificate<ApplicationGatewayListener.Update>,HasSslCertificate.UpdateStages.WithSslPassword<ApplicationGatewayListener.Update>,com.microsoft.azure.management.resources.fluentcore.model.Settable<ApplicationGateway.Update>
- Enclosing interface:
- ApplicationGatewayListener
public static interface ApplicationGatewayListener.Update extends com.microsoft.azure.management.resources.fluentcore.model.Settable<ApplicationGateway.Update>, ApplicationGatewayListener.UpdateStages.WithServerNameIndication, ApplicationGatewayListener.UpdateStages.WithHostName, ApplicationGatewayListener.UpdateStages.WithProtocol, ApplicationGatewayListener.UpdateStages.WithSslCertificate, ApplicationGatewayListener.UpdateStages.WithSslPassword, ApplicationGatewayListener.UpdateStages.WithFrontendPort, ApplicationGatewayListener.UpdateStages.WithFrontend
The entirety of an application gateway HTTP listener update as part of an application gateway update.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.network.ApplicationGatewayListener.UpdateStages.WithFrontend
withPrivateFrontend, withPublicFrontend
-
Methods inherited from interface com.microsoft.azure.management.network.ApplicationGatewayListener.UpdateStages.WithFrontendPort
withFrontendPort, withFrontendPort
-
Methods inherited from interface com.microsoft.azure.management.network.ApplicationGatewayListener.UpdateStages.WithProtocol
withHttp, withHttps
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasHostName.UpdateStages.WithHostName
withHostName
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasServerNameIndication.UpdateStages.WithServerNameIndication
withoutServerNameIndication, withServerNameIndication
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasSslCertificate.UpdateStages.WithSslCertificate
withSslCertificate, withSslCertificateFromPfxFile
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasSslCertificate.UpdateStages.WithSslPassword
withSslCertificatePassword
-
-