ApplicationGatewayGlobalConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ApplicationGatewayGlobalConfiguration
- com.
Implements
public final class ApplicationGatewayGlobalConfiguration
implements JsonSerializable<ApplicationGatewayGlobalConfiguration>
Application Gateway global configuration.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayGlobalConfiguration() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enableRequestBuffering()
Get the enable |
Boolean |
enableResponseBuffering()
Get the enable |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Application |
withEnableRequestBuffering(Boolean enableRequestBuffering)
Set the enable |
Application |
withEnableResponseBuffering(Boolean enableResponseBuffering)
Set the enable |
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:
enableResponseBuffering
public Boolean enableResponseBuffering()
Get the enableResponseBuffering property: Enable response buffering.
Returns:
fromJson
public static ApplicationGatewayGlobalConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayGlobalConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnableRequestBuffering
public ApplicationGatewayGlobalConfiguration withEnableRequestBuffering(Boolean enableRequestBuffering)
Set the enableRequestBuffering property: Enable request buffering.
Parameters:
Returns:
withEnableResponseBuffering
public ApplicationGatewayGlobalConfiguration withEnableResponseBuffering(Boolean enableResponseBuffering)
Set the enableResponseBuffering property: Enable response buffering.
Parameters:
Returns:
Applies to
Azure SDK for Java