Uses of Class
com.azure.resourcemanager.cdn.models.AfdPurgeParameters
Packages that use AfdPurgeParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of AfdPurgeParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type AfdPurgeParametersModifier and TypeMethodDescriptionAfdEndpointsClient.beginPurgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents) Removes a content from AzureFrontDoor.AfdEndpointsClient.beginPurgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents, com.azure.core.util.Context context) Removes a content from AzureFrontDoor.AfdEndpointsClient.beginPurgeContentAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents) Removes a content from AzureFrontDoor.voidAfdEndpointsClient.purgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents) Removes a content from AzureFrontDoor.voidAfdEndpointsClient.purgeContent(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents, com.azure.core.util.Context context) Removes a content from AzureFrontDoor.AfdEndpointsClient.purgeContentAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents) Removes a content from AzureFrontDoor.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>AfdEndpointsClient.purgeContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, AfdPurgeParameters contents) Removes a content from AzureFrontDoor. -
Uses of AfdPurgeParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return AfdPurgeParametersModifier and TypeMethodDescriptionAfdPurgeParameters.withContentPaths(List<String> contentPaths) Set the contentPaths property: The path to the content to be purged.AfdPurgeParameters.withDomains(List<String> domains) Set the domains property: List of domains.