ApplicationGatewayGlobalConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.ApplicationGatewayGlobalConfiguration

public final class ApplicationGatewayGlobalConfiguration

Application Gateway global configuration.

Constructor Summary

Constructor Description
ApplicationGatewayGlobalConfiguration()

Creates an instance of ApplicationGatewayGlobalConfiguration class.

Method Summary

Modifier and Type Method and Description
Boolean enableRequestBuffering()

Get the enableRequestBuffering property: Enable request buffering.

Boolean enableResponseBuffering()

Get the enableResponseBuffering property: Enable response buffering.

void validate()

Validates the instance.

ApplicationGatewayGlobalConfiguration withEnableRequestBuffering(Boolean enableRequestBuffering)

Set the enableRequestBuffering property: Enable request buffering.

ApplicationGatewayGlobalConfiguration withEnableResponseBuffering(Boolean enableResponseBuffering)

Set the enableResponseBuffering property: Enable response buffering.

Methods inherited from java.lang.Object

Constructor Details

ApplicationGatewayGlobalConfiguration

public ApplicationGatewayGlobalConfiguration()

Creates an instance of ApplicationGatewayGlobalConfiguration class.

Method Details

enableRequestBuffering

public Boolean enableRequestBuffering()

Get the enableRequestBuffering property: Enable request buffering.

Returns:

the enableRequestBuffering value.

enableResponseBuffering

public Boolean enableResponseBuffering()

Get the enableResponseBuffering property: Enable response buffering.

Returns:

the enableResponseBuffering value.

validate

public void validate()

Validates the instance.

withEnableRequestBuffering

public ApplicationGatewayGlobalConfiguration withEnableRequestBuffering(Boolean enableRequestBuffering)

Set the enableRequestBuffering property: Enable request buffering.

Parameters:

enableRequestBuffering - the enableRequestBuffering value to set.

Returns:

the ApplicationGatewayGlobalConfiguration object itself.

withEnableResponseBuffering

public ApplicationGatewayGlobalConfiguration withEnableResponseBuffering(Boolean enableResponseBuffering)

Set the enableResponseBuffering property: Enable response buffering.

Parameters:

enableResponseBuffering - the enableResponseBuffering value to set.

Returns:

the ApplicationGatewayGlobalConfiguration object itself.

Applies to