Interface ApplicationGatewayWafDynamicManifestsClient
public interface ApplicationGatewayWafDynamicManifestsClient
An instance of this class provides access to all the operations defined in
ApplicationGatewayWafDynamicManifestsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ApplicationGatewayWafDynamicManifestResultInner> Gets the regional application gateway waf manifest.com.azure.core.http.rest.PagedIterable<ApplicationGatewayWafDynamicManifestResultInner> Gets the regional application gateway waf manifest.com.azure.core.http.rest.PagedFlux<ApplicationGatewayWafDynamicManifestResultInner> Gets the regional application gateway waf manifest.
-
Method Details
-
getAsync
com.azure.core.http.rest.PagedFlux<ApplicationGatewayWafDynamicManifestResultInner> getAsync(String location) Gets the regional application gateway waf manifest.- Parameters:
location- The region where the nrp are located at.- Returns:
- the regional application gateway waf manifest as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
com.azure.core.http.rest.PagedIterable<ApplicationGatewayWafDynamicManifestResultInner> get(String location) Gets the regional application gateway waf manifest.- Parameters:
location- The region where the nrp are located at.- Returns:
- the regional application gateway waf manifest as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
com.azure.core.http.rest.PagedIterable<ApplicationGatewayWafDynamicManifestResultInner> get(String location, com.azure.core.util.Context context) Gets the regional application gateway waf manifest.- Parameters:
location- The region where the nrp are located at.context- The context to associate with this operation.- Returns:
- the regional application gateway waf manifest as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-