ApplicationGatewayWafDynamicManifestsDefaultsClient Interface

public interface ApplicationGatewayWafDynamicManifestsDefaultsClient

An instance of this class provides access to all the operations defined in ApplicationGatewayWafDynamicManifestsDefaultsClient.

Method Summary

Modifier and Type Method and Description
abstract ApplicationGatewayWafDynamicManifestResultInner get(String location)

Gets the regional application gateway waf manifest.

abstract Mono<ApplicationGatewayWafDynamicManifestResultInner> getAsync(String location)

Gets the regional application gateway waf manifest.

abstract Response<ApplicationGatewayWafDynamicManifestResultInner> getWithResponse(String location, Context context)

Gets the regional application gateway waf manifest.

abstract Mono<Response<ApplicationGatewayWafDynamicManifestResultInner>> getWithResponseAsync(String location)

Gets the regional application gateway waf manifest.

Method Details

get

public abstract 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.

getAsync

public abstract Mono 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 on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String location, 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<T>.

getWithResponseAsync

public abstract Mono<>> 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 Response<T> on successful completion of Mono.

Applies to