Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayGlobalConfiguration
Packages that use ApplicationGatewayGlobalConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayGlobalConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayGlobalConfigurationModifier and TypeMethodDescriptionApplicationGatewayInner.globalConfiguration()Get the globalConfiguration property: Global Configuration.ApplicationGatewayPropertiesFormat.globalConfiguration()Get the globalConfiguration property: Global Configuration.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayGlobalConfigurationModifier and TypeMethodDescriptionApplicationGatewayInner.withGlobalConfiguration(ApplicationGatewayGlobalConfiguration globalConfiguration) Set the globalConfiguration property: Global Configuration.ApplicationGatewayPropertiesFormat.withGlobalConfiguration(ApplicationGatewayGlobalConfiguration globalConfiguration) Set the globalConfiguration property: Global Configuration. -
Uses of ApplicationGatewayGlobalConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayGlobalConfigurationModifier and TypeMethodDescriptionApplicationGatewayGlobalConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayGlobalConfiguration from the JsonReader.ApplicationGatewayGlobalConfiguration.withEnableRequestBuffering(Boolean enableRequestBuffering) Set the enableRequestBuffering property: Enable request buffering.ApplicationGatewayGlobalConfiguration.withEnableResponseBuffering(Boolean enableResponseBuffering) Set the enableResponseBuffering property: Enable response buffering.