Uses of Class
com.azure.resourcemanager.frontdoor.models.PurgeParameters
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of PurgeParameters in com.azure.resourcemanager.frontdoor.fluent
Modifier and TypeMethodDescriptionEndpointsClient.beginPurgeContent
(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths) Removes a content from Front Door.EndpointsClient.beginPurgeContent
(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths, com.azure.core.util.Context context) Removes a content from Front Door.void
EndpointsClient.purgeContent
(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths) Removes a content from Front Door.void
EndpointsClient.purgeContent
(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths, com.azure.core.util.Context context) Removes a content from Front Door. -
Uses of PurgeParameters in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionPurgeParameters.withContentPaths
(List<String> contentPaths) Set the contentPaths property: The path to the content to be purged.Modifier and TypeMethodDescriptionvoid
Endpoints.purgeContent
(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths) Removes a content from Front Door.void
Endpoints.purgeContent
(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths, com.azure.core.util.Context context) Removes a content from Front Door.