Interface HasPort.UpdateDefinitionStages.WithPort<ReturnT>

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

public static interface HasPort.UpdateDefinitionStages.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