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>,com.microsoft.azure.management.resources.fluentcore.model.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.microsoft.azure.management.network.ApplicationGatewayListener.DefinitionStages.WithFrontend
withPrivateFrontend, withPublicFrontend
-
Methods inherited from interface com.microsoft.azure.management.network.ApplicationGatewayListener.DefinitionStages.WithFrontendPort
withFrontendPort, withFrontendPort
-
Methods inherited from interface com.microsoft.azure.management.network.ApplicationGatewayListener.DefinitionStages.WithProtocol
withHttp, withHttps
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasHostName.DefinitionStages.WithHostName
withHostName
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasServerNameIndication.DefinitionStages.WithServerNameIndication
withoutServerNameIndication, withServerNameIndication
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasSslCertificate.DefinitionStages.WithSslCertificate
withSslCertificate, withSslCertificateFromPfxFile
-
Methods inherited from interface com.microsoft.azure.management.network.model.HasSslCertificate.DefinitionStages.WithSslPassword
withSslCertificatePassword
-
-