Uses of Class
com.azure.resourcemanager.cdn.models.PurgeParameters
Packages that use PurgeParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of PurgeParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type PurgeParametersModifier and TypeMethodDescriptionEndpointsClient.beginPurgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths) Removes a content from CDN.EndpointsClient.beginPurgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths, com.azure.core.util.Context context) Removes a content from CDN.EndpointsClient.beginPurgeContentAsync(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths) Removes a content from CDN.voidEndpointsClient.purgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths) Removes a content from CDN.voidEndpointsClient.purgeContent(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths, com.azure.core.util.Context context) Removes a content from CDN.EndpointsClient.purgeContentAsync(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths) Removes a content from CDN.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> EndpointsClient.purgeContentWithResponseAsync(String resourceGroupName, String profileName, String endpointName, PurgeParameters contentFilePaths) Removes a content from CDN. -
Uses of PurgeParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return PurgeParametersModifier and TypeMethodDescriptionstatic PurgeParametersPurgeParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PurgeParameters from the JsonReader.PurgeParameters.withContentPaths(List<String> contentPaths) Set the contentPaths property: The path to the content to be purged.