CdnManagementClient Interface
public interface CdnManagementClient
The interface for CdnManagementClient class.
Method Summary
Method Details
checkEndpointNameAvailability
public abstract CheckEndpointNameAvailabilityOutputInner checkEndpointNameAvailability(String resourceGroupName, CheckEndpointNameAvailabilityInput checkEndpointNameAvailabilityInput)
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a afdx endpoint.
Parameters:
Returns:
checkEndpointNameAvailabilityAsync
public abstract Mono
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a afdx endpoint.
Parameters:
Returns:
checkEndpointNameAvailabilityWithResponse
public abstract Response
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a afdx endpoint.
Parameters:
Returns:
checkEndpointNameAvailabilityWithResponseAsync
public abstract Mono
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a afdx endpoint.
Parameters:
Returns:
checkNameAvailability
public abstract CheckNameAvailabilityOutputInner checkNameAvailability(CheckNameAvailabilityInput checkNameAvailabilityInput)
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
Parameters:
Returns:
checkNameAvailabilityAsync
public abstract Mono
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
Parameters:
Returns:
checkNameAvailabilityWithResponse
public abstract Response
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
Parameters:
Returns:
checkNameAvailabilityWithResponseAsync
public abstract Mono
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
Parameters:
Returns:
checkNameAvailabilityWithSubscription
public abstract CheckNameAvailabilityOutputInner checkNameAvailabilityWithSubscription(CheckNameAvailabilityInput checkNameAvailabilityInput)
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
Parameters:
Returns:
checkNameAvailabilityWithSubscriptionAsync
public abstract Mono
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
Parameters:
Returns:
checkNameAvailabilityWithSubscriptionWithResponse
public abstract Response
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
Parameters:
Returns:
checkNameAvailabilityWithSubscriptionWithResponseAsync
public abstract Mono
Check the availability of a resource name. This is needed for resources where name is globally unique, such as a CDN endpoint.
Parameters:
Returns:
getAfdCustomDomains
public abstract AfdCustomDomainsClient getAfdCustomDomains()
Gets the AfdCustomDomainsClient object to access its operations.
Returns:
getAfdEndpoints
public abstract AfdEndpointsClient getAfdEndpoints()
Gets the AfdEndpointsClient object to access its operations.
Returns:
getAfdOriginGroups
public abstract AfdOriginGroupsClient getAfdOriginGroups()
Gets the AfdOriginGroupsClient object to access its operations.
Returns:
getAfdOrigins
public abstract AfdOriginsClient getAfdOrigins()
Gets the AfdOriginsClient object to access its operations.
Returns:
getAfdProfiles
public abstract AfdProfilesClient getAfdProfiles()
Gets the AfdProfilesClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getCustomDomains
public abstract CustomDomainsClient getCustomDomains()
Gets the CustomDomainsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEdgeNodes
public abstract EdgeNodesClient getEdgeNodes()
Gets the EdgeNodesClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getEndpoints
public abstract EndpointsClient getEndpoints()
Gets the EndpointsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getLogAnalytics
public abstract LogAnalyticsClient getLogAnalytics()
Gets the LogAnalyticsClient object to access its operations.
Returns:
getManagedRuleSets
public abstract ManagedRuleSetsClient getManagedRuleSets()
Gets the ManagedRuleSetsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getOriginGroups
public abstract OriginGroupsClient getOriginGroups()
Gets the OriginGroupsClient object to access its operations.
Returns:
getOrigins
public abstract OriginsClient getOrigins()
Gets the OriginsClient object to access its operations.
Returns:
getPolicies
public abstract PoliciesClient getPolicies()
Gets the PoliciesClient object to access its operations.
Returns:
getProfiles
public abstract ProfilesClient getProfiles()
Gets the ProfilesClient object to access its operations.
Returns:
getResourceUsages
public abstract ResourceUsagesClient getResourceUsages()
Gets the ResourceUsagesClient object to access its operations.
Returns:
getRoutes
public abstract RoutesClient getRoutes()
Gets the RoutesClient object to access its operations.
Returns:
getRules
public abstract RulesClient getRules()
Gets the RulesClient object to access its operations.
Returns:
getRuleSets
public abstract RuleSetsClient getRuleSets()
Gets the RuleSetsClient object to access its operations.
Returns:
getSecrets
public abstract SecretsClient getSecrets()
Gets the SecretsClient object to access its operations.
Returns:
getSecurityPolicies
public abstract SecurityPoliciesClient getSecurityPolicies()
Gets the SecurityPoliciesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Azure Subscription ID.
Returns:
validateProbe
public abstract ValidateProbeOutputInner validateProbe(ValidateProbeInput validateProbeInput)
Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.
Parameters:
Returns:
validateProbeAsync
public abstract Mono
Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.
Parameters:
Returns:
validateProbeWithResponse
public abstract Response
Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.
Parameters:
Returns:
validateProbeWithResponseAsync
public abstract Mono
Check if the probe path is a valid path and the file can be accessed. Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint. This path is relative to the origin path specified in the endpoint configuration.
Parameters:
Returns:
Applies to
Azure SDK for Java