CdnProfiles Interface
Implements
public interface CdnProfiles
extends SupportsCreating<Blank>, SupportsListing<CdnProfile>, SupportsListingByResourceGroup<CdnProfile>, SupportsGettingByResourceGroup<CdnProfile>, SupportsGettingById<CdnProfile>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<CdnProfile>, SupportsBatchDeletion, HasManager<CdnManager>
Entry point for CDN profile management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Check |
checkEndpointNameAvailability(String name)
Checks the availability of a endpoint name without creating the CDN endpoint. |
abstract
Mono<Check |
checkEndpointNameAvailabilityAsync(String name)
Checks the availability of a endpoint name without creating the CDN endpoint asynchronously. |
abstract String |
generateSsoUri(String resourceGroupName, String profileName)
Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. |
abstract
Paged |
listEdgeNodes()
Lists all the edge nodes of a CDN service. |
abstract
Paged |
listOperations()
Lists all of the available CDN REST API operations. |
abstract
Paged |
listResourceUsage()
Check the quota and actual usage of the CDN profiles under the current subscription. |
abstract void |
loadEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
Forcibly pre-loads CDN endpoint content. |
abstract void |
purgeEndpointContent(String resourceGroupName, String profileName, String endpointName, List<String> contentPaths)
Forcibly purges CDN endpoint content. |
abstract void |
startEndpoint(String resourceGroupName, String profileName, String endpointName)
Starts an existing stopped CDN endpoint. |
abstract void |
stopEndpoint(String resourceGroupName, String profileName, String endpointName)
Stops an existing running CDN endpoint. |
Method Details
checkEndpointNameAvailability
public abstract CheckNameAvailabilityResult checkEndpointNameAvailability(String name)
Checks the availability of a endpoint name without creating the CDN endpoint.
Parameters:
Returns:
checkEndpointNameAvailabilityAsync
public abstract Mono
Checks the availability of a endpoint name without creating the CDN endpoint asynchronously.
Parameters:
Returns:
generateSsoUri
public abstract String generateSsoUri(String resourceGroupName, String profileName)
Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.
Parameters:
Returns:
listEdgeNodes
public abstract PagedIterable
Lists all the edge nodes of a CDN service.
Returns:
listOperations
public abstract PagedIterable
Lists all of the available CDN REST API operations.
Returns:
listResourceUsage
public abstract PagedIterable
Check the quota and actual usage of the CDN profiles under the current subscription.
Returns:
loadEndpointContent
public abstract void loadEndpointContent(String resourceGroupName, String profileName, String endpointName, List
Forcibly pre-loads CDN endpoint content. Available for Verizon profiles.
Parameters:
purgeEndpointContent
public abstract void purgeEndpointContent(String resourceGroupName, String profileName, String endpointName, List
Forcibly purges CDN endpoint content.
Parameters:
startEndpoint
public abstract void startEndpoint(String resourceGroupName, String profileName, String endpointName)
Starts an existing stopped CDN endpoint.
Parameters:
stopEndpoint
public abstract void stopEndpoint(String resourceGroupName, String profileName, String endpointName)
Stops an existing running CDN endpoint.
Parameters:
Applies to
Azure SDK for Java