ApplicationGatewayProbe.DefinitionStages.WithProtocol<ParentT> Interface

Type Parameters

ParentT

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

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

Specifies HTTP as the probe protocol.

ApplicationGatewayProbe.DefinitionStages.WithTimeout<ParentT> withHttps()

Specifies HTTPS as the probe protocol.

Inherited Members

Method Details

withHttp

public WithTimeout withHttp()

Specifies HTTP as the probe protocol.

Returns:

the next stage of the definition

withHttps

public WithTimeout withHttps()

Specifies HTTPS as the probe protocol.

Returns:

the next stage of the definition

Applies to