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>,Settable<ApplicationGateway.Update>
- Enclosing interface:
- ApplicationGatewayListener
public static interface ApplicationGatewayListener.Update extends 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.azure.resourcemanager.network.models.ApplicationGatewayListener.UpdateStages.WithFrontend
withPrivateFrontend, withPublicFrontend
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayListener.UpdateStages.WithFrontendPort
withFrontendPort, withFrontendPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayListener.UpdateStages.WithProtocol
withHttp, withHttps
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasHostname.UpdateStages.WithHostname
withHostname, withHostnames
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasServerNameIndication.UpdateStages.WithServerNameIndication
withoutServerNameIndication, withServerNameIndication
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasSslCertificate.UpdateStages.WithSslCertificate
withSslCertificate, withSslCertificateFromKeyVaultSecretId, withSslCertificateFromPfxFile
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasSslCertificate.UpdateStages.WithSslPassword
withSslCertificatePassword
-
-