Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayGlobalConfiguration
-
Packages that use ApplicationGatewayGlobalConfiguration Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ApplicationGatewayGlobalConfiguration Modifier and Type Method Description ApplicationGatewayGlobalConfigurationApplicationGatewayInner. globalConfiguration()Get the globalConfiguration property: Global Configuration.ApplicationGatewayGlobalConfigurationApplicationGatewayPropertiesFormat. globalConfiguration()Get the globalConfiguration property: Global Configuration.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayGlobalConfiguration Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withGlobalConfiguration(ApplicationGatewayGlobalConfiguration globalConfiguration)Set the globalConfiguration property: Global Configuration.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. 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 ApplicationGatewayGlobalConfiguration Modifier and Type Method Description ApplicationGatewayGlobalConfigurationApplicationGatewayGlobalConfiguration. withEnableRequestBuffering(Boolean enableRequestBuffering)Set the enableRequestBuffering property: Enable request buffering.ApplicationGatewayGlobalConfigurationApplicationGatewayGlobalConfiguration. withEnableResponseBuffering(Boolean enableResponseBuffering)Set the enableResponseBuffering property: Enable response buffering.
-