Interface HasPort.DefinitionStages.WithPort<ReturnT>

Type Parameters:
ReturnT - the next stage of the definition
All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Definition<ReturnT>, ApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank<ReturnT>, ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ReturnT>, ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachAndAuthCert<ReturnT>, ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithPort<ReturnT>
Enclosing interface:
HasPort.DefinitionStages

public static interface HasPort.DefinitionStages.WithPort<ReturnT>
The stage of a definition allowing to specify the port number.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPort(int portNumber)
    Specifies the port number.
  • Method Details

    • withPort

      ReturnT withPort(int portNumber)
      Specifies the port number.
      Parameters:
      portNumber - a port number
      Returns:
      the next stage of the definition