ApplicationGatewayProbe.UpdateStages.WithProtocol Interface

Implements

public static interface ApplicationGatewayProbe.UpdateStages.WithProtocol
extends 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
abstract Update withHttp()

Specifies HTTP as the probe protocol.

abstract Update withHttps()

Specifies HTTPS as the probe protocol.

Method Details

withHttp

public abstract ApplicationGatewayProbe.Update withHttp()

Specifies HTTP as the probe protocol.

Returns:

the next stage of the update

withHttps

public abstract ApplicationGatewayProbe.Update withHttps()

Specifies HTTPS as the probe protocol.

Returns:

the next stage of the update

Applies to