ApplicationGatewayProbe.UpdateStages.WithProtocol Interface

public interface WithProtocol extends HasProtocol.UpdateStages.WithProtocol<Update, ApplicationGatewayProtocol>

Stage of an application gateway probe update allowing to specify the protocol of the probe.

Method Summary

Modifier and Type Method and Description
ApplicationGatewayProbe.Update withHttp()

Specifies HTTP as the probe protocol.

ApplicationGatewayProbe.Update withHttps()

Specifies HTTPS as the probe protocol.

Inherited Members

Method Details

withHttp

public Update withHttp()

Specifies HTTP as the probe protocol.

Returns:

the next stage of the update

withHttps

public Update withHttps()

Specifies HTTPS as the probe protocol.

Returns:

the next stage of the update

Applies to