ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol<ParentT> Interface

Type Parameters

ParentT

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

Implements

public static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol
extends WithProtocol<WithTimeout<ParentT>,ApplicationGatewayProtocol>

Stage of an application gateway probe definition 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.UpdateDefinitionStages.WithTimeout withHttp()

Specifies HTTP as the probe protocol.

Returns:

the next stage of the definition

withHttps

public abstract ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout withHttps()

Specifies HTTPS as the probe protocol.

Returns:

the next stage of the definition

Applies to