azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.f...

55 строки
4.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.frontdoor.models.Endpoints"
fullName: "com.azure.resourcemanager.frontdoor.models.Endpoints"
name: "Endpoints"
nameWithType: "Endpoints"
summary: "Resource collection API of Endpoints."
syntax: "public interface **Endpoints**"
methods:
- uid: "com.azure.resourcemanager.frontdoor.models.Endpoints.purgeContent(java.lang.String,java.lang.String,com.azure.resourcemanager.frontdoor.models.PurgeParameters)"
fullName: "com.azure.resourcemanager.frontdoor.models.Endpoints.purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths)"
name: "purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths)"
nameWithType: "Endpoints.purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths)"
summary: "Removes a content from Front Door."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Front Door which is globally unique."
name: "frontDoorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The path to the content to be purged. Path can be a full URL, e.g. '/pictures/city.png'\n which removes a single file, or a directory with a wildcard, e.g. '/pictures/*' which removes all folders and\n files in the directory."
name: "contentFilePaths"
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.PurgeParameters?alt=com.azure.resourcemanager.frontdoor.models.PurgeParameters&text=PurgeParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths)"
desc: "Removes a content from Front Door."
- uid: "com.azure.resourcemanager.frontdoor.models.Endpoints.purgeContent(java.lang.String,java.lang.String,com.azure.resourcemanager.frontdoor.models.PurgeParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.frontdoor.models.Endpoints.purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths, Context context)"
name: "purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths, Context context)"
nameWithType: "Endpoints.purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths, Context context)"
summary: "Removes a content from Front Door."
modifiers:
- "abstract"
parameters:
- description: "Name of the Resource group within the Azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the Front Door which is globally unique."
name: "frontDoorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The path to the content to be purged. Path can be a full URL, e.g. '/pictures/city.png'\n which removes a single file, or a directory with a wildcard, e.g. '/pictures/*' which removes all folders and\n files in the directory."
name: "contentFilePaths"
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.PurgeParameters?alt=com.azure.resourcemanager.frontdoor.models.PurgeParameters&text=PurgeParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void purgeContent(String resourceGroupName, String frontDoorName, PurgeParameters contentFilePaths, Context context)"
desc: "Removes a content from Front Door."
type: "interface"
desc: "Resource collection API of Endpoints."
metadata: {}
package: "com.azure.resourcemanager.frontdoor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0