Uses of Class
com.azure.resourcemanager.frontdoor.models.PurgeParameters
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent with parameters of type PurgeParametersModifier 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.voidEndpointsClient.purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths) Removes a content from Front Door.voidEndpointsClient.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
Methods in com.azure.resourcemanager.frontdoor.models that return PurgeParametersModifier and TypeMethodDescriptionPurgeParameters.withContentPaths(List<String> contentPaths) Set the contentPaths property: The path to the content to be purged.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type PurgeParametersModifier and TypeMethodDescriptionvoidEndpoints.purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths) Removes a content from Front Door.voidEndpoints.purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths, com.azure.core.util.Context context) Removes a content from Front Door.