Interface ApplicationGatewayWafDynamicManifestsDefaultsClient
public interface ApplicationGatewayWafDynamicManifestsDefaultsClient
An instance of this class provides access to all the operations defined in
ApplicationGatewayWafDynamicManifestsDefaultsClient.
-
Method Summary
Modifier and TypeMethodDescriptionGets the regional application gateway waf manifest.Gets the regional application gateway waf manifest.com.azure.core.http.rest.Response<ApplicationGatewayWafDynamicManifestResultInner> getWithResponse(String location, com.azure.core.util.Context context) Gets the regional application gateway waf manifest.Mono<com.azure.core.http.rest.Response<ApplicationGatewayWafDynamicManifestResultInner>> getWithResponseAsync(String location) Gets the regional application gateway waf manifest.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<ApplicationGatewayWafDynamicManifestResultInner>> getWithResponseAsync(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 along with
Responseon successful completion ofMono. - 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.
-
getAsync
Gets the regional application gateway waf manifest.- Parameters:
location- The region where the nrp are located at.- Returns:
- the regional application gateway waf manifest on successful completion of
Mono. - 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.
-
getWithResponse
com.azure.core.http.rest.Response<ApplicationGatewayWafDynamicManifestResultInner> getWithResponse(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 along with
Response. - 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
Gets the regional application gateway waf manifest.- Parameters:
location- The region where the nrp are located at.- Returns:
- the regional application gateway waf manifest.
- 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.
-