Partager via


ApplicationGatewayWafDynamicManifestsClient Interface

public interface ApplicationGatewayWafDynamicManifestsClient

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

Method Summary

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

Gets the regional application gateway waf manifest.

abstract PagedIterable<ApplicationGatewayWafDynamicManifestResultInner> get(String location, Context context)

Gets the regional application gateway waf manifest.

abstract PagedFlux<ApplicationGatewayWafDynamicManifestResultInner> getAsync(String location)

Gets the regional application gateway waf manifest.

Method Details

get

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

get

public abstract PagedIterable get(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 as paginated response with PagedIterable<T>.

getAsync

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

Applies to