ApplicationGatewayProbe.UpdateDefinitionStages.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.UpdateDefinitionStages.WithProtocol<WithTimeout, ApplicationGatewayProtocol>

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

Method Summary

Modifier and Type Method and Description
ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout<ParentT> withHttp()

Specifies HTTP as the probe protocol.

ApplicationGatewayProbe.UpdateDefinitionStages.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