ApplicationGatewayProbe.DefinitionStages.WithProtocol<ParentT> Interface

Type Parameters

ParentT

the stage of the parent application gateway definition to return to after attaching this definition

Implements

public static interface ApplicationGatewayProbe.DefinitionStages.WithProtocol
extends WithProtocol<WithTimeout<ParentT>,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 WithTimeout<ParentT> withHttp()

Specifies HTTP as the probe protocol.

abstract WithTimeout<ParentT> withHttps()

Specifies HTTPS as the probe protocol.

Method Details

withHttp

public abstract ApplicationGatewayProbe.DefinitionStages.WithTimeout withHttp()

Specifies HTTP as the probe protocol.

Returns:

the next stage of the definition

withHttps

public abstract ApplicationGatewayProbe.DefinitionStages.WithTimeout withHttps()

Specifies HTTPS as the probe protocol.

Returns:

the next stage of the definition

Applies to