Interface ApplicationGatewayListener.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayListener.DefinitionStages.Blank<ParentT>,ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>,ApplicationGatewayListener.DefinitionStages.WithFrontend<ParentT>,ApplicationGatewayListener.DefinitionStages.WithFrontendPort<ParentT>,ApplicationGatewayListener.DefinitionStages.WithHostname<ParentT>,ApplicationGatewayListener.DefinitionStages.WithProtocol<ParentT>,ApplicationGatewayListener.DefinitionStages.WithServerNameIndication<ParentT>,ApplicationGatewayListener.DefinitionStages.WithSslCertificate<ParentT>,ApplicationGatewayListener.DefinitionStages.WithSslPassword<ParentT>,Attachable.InDefinition<ParentT>,HasHostname.DefinitionStages.WithHostname<ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>>,HasServerNameIndication.DefinitionStages.WithServerNameIndication<ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>>,HasSslCertificate.DefinitionStages.WithSslCertificate<ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>>,HasSslCertificate.DefinitionStages.WithSslPassword<ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>>
- Enclosing interface:
- ApplicationGatewayListener
public static interface ApplicationGatewayListener.Definition<ParentT> extends ApplicationGatewayListener.DefinitionStages.Blank<ParentT>, ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>, ApplicationGatewayListener.DefinitionStages.WithFrontend<ParentT>, ApplicationGatewayListener.DefinitionStages.WithFrontendPort<ParentT>, ApplicationGatewayListener.DefinitionStages.WithSslCertificate<ParentT>, ApplicationGatewayListener.DefinitionStages.WithSslPassword<ParentT>, ApplicationGatewayListener.DefinitionStages.WithHostname<ParentT>
The entirety of an application gateway HTTP listener definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayListener.DefinitionStages.WithFrontend
withPrivateFrontend, withPublicFrontend
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayListener.DefinitionStages.WithFrontendPort
withFrontendPort, withFrontendPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayListener.DefinitionStages.WithProtocol
withHttp, withHttps
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasHostname.DefinitionStages.WithHostname
withHostname, withHostnames
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasServerNameIndication.DefinitionStages.WithServerNameIndication
withoutServerNameIndication, withServerNameIndication
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasSslCertificate.DefinitionStages.WithSslCertificate
withSslCertificate, withSslCertificateFromKeyVaultSecretId, withSslCertificateFromPfxFile
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasSslCertificate.DefinitionStages.WithSslPassword
withSslCertificatePassword
-
-