public interface CdnManagementClient
| Modifier and Type | Method and Description |
|---|---|
CheckNameAvailabilityOutputInner |
checkNameAvailability(String name)
Check the availability of a resource name.
|
Mono<CheckNameAvailabilityOutputInner> |
checkNameAvailabilityAsync(String name)
Check the availability of a resource name.
|
com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner> |
checkNameAvailabilityWithResponse(String name,
com.azure.core.util.Context context)
Check the availability of a resource name.
|
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner>> |
checkNameAvailabilityWithResponseAsync(String name)
Check the availability of a resource name.
|
CheckNameAvailabilityOutputInner |
checkNameAvailabilityWithSubscription(String name)
Check the availability of a resource name.
|
Mono<CheckNameAvailabilityOutputInner> |
checkNameAvailabilityWithSubscriptionAsync(String name)
Check the availability of a resource name.
|
com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner> |
checkNameAvailabilityWithSubscriptionWithResponse(String name,
com.azure.core.util.Context context)
Check the availability of a resource name.
|
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner>> |
checkNameAvailabilityWithSubscriptionWithResponseAsync(String name)
Check the availability of a resource name.
|
AfdCustomDomainsClient |
getAfdCustomDomains()
Gets the AfdCustomDomainsClient object to access its operations.
|
AfdEndpointsClient |
getAfdEndpoints()
Gets the AfdEndpointsClient object to access its operations.
|
AfdOriginGroupsClient |
getAfdOriginGroups()
Gets the AfdOriginGroupsClient object to access its operations.
|
AfdOriginsClient |
getAfdOrigins()
Gets the AfdOriginsClient object to access its operations.
|
AfdProfilesClient |
getAfdProfiles()
Gets the AfdProfilesClient object to access its operations.
|
String |
getApiVersion()
Gets Api Version.
|
CustomDomainsClient |
getCustomDomains()
Gets the CustomDomainsClient object to access its operations.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
EdgeNodesClient |
getEdgeNodes()
Gets the EdgeNodesClient object to access its operations.
|
String |
getEndpoint()
Gets server parameter.
|
EndpointsClient |
getEndpoints()
Gets the EndpointsClient object to access its operations.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
LogAnalyticsClient |
getLogAnalytics()
Gets the LogAnalyticsClient object to access its operations.
|
ManagedRuleSetsClient |
getManagedRuleSets()
Gets the ManagedRuleSetsClient object to access its operations.
|
OperationsClient |
getOperations()
Gets the OperationsClient object to access its operations.
|
OriginGroupsClient |
getOriginGroups()
Gets the OriginGroupsClient object to access its operations.
|
OriginsClient |
getOrigins()
Gets the OriginsClient object to access its operations.
|
PoliciesClient |
getPolicies()
Gets the PoliciesClient object to access its operations.
|
ProfilesClient |
getProfiles()
Gets the ProfilesClient object to access its operations.
|
ResourceUsagesClient |
getResourceUsages()
Gets the ResourceUsagesClient object to access its operations.
|
RoutesClient |
getRoutes()
Gets the RoutesClient object to access its operations.
|
RulesClient |
getRules()
Gets the RulesClient object to access its operations.
|
RuleSetsClient |
getRuleSets()
Gets the RuleSetsClient object to access its operations.
|
SecretsClient |
getSecrets()
Gets the SecretsClient object to access its operations.
|
SecurityPoliciesClient |
getSecurityPolicies()
Gets the SecurityPoliciesClient object to access its operations.
|
String |
getSubscriptionId()
Gets Azure Subscription ID.
|
ValidatesClient |
getValidates()
Gets the ValidatesClient object to access its operations.
|
ValidateProbeOutputInner |
validateProbe(String probeUrl)
Check if the probe path is a valid path and the file can be accessed.
|
Mono<ValidateProbeOutputInner> |
validateProbeAsync(String probeUrl)
Check if the probe path is a valid path and the file can be accessed.
|
com.azure.core.http.rest.Response<ValidateProbeOutputInner> |
validateProbeWithResponse(String probeUrl,
com.azure.core.util.Context context)
Check if the probe path is a valid path and the file can be accessed.
|
Mono<com.azure.core.http.rest.Response<ValidateProbeOutputInner>> |
validateProbeWithResponseAsync(String probeUrl)
Check if the probe path is a valid path and the file can be accessed.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
ProfilesClient getProfiles()
EndpointsClient getEndpoints()
OriginsClient getOrigins()
OriginGroupsClient getOriginGroups()
CustomDomainsClient getCustomDomains()
ResourceUsagesClient getResourceUsages()
OperationsClient getOperations()
EdgeNodesClient getEdgeNodes()
AfdProfilesClient getAfdProfiles()
AfdCustomDomainsClient getAfdCustomDomains()
AfdEndpointsClient getAfdEndpoints()
AfdOriginGroupsClient getAfdOriginGroups()
AfdOriginsClient getAfdOrigins()
RoutesClient getRoutes()
RuleSetsClient getRuleSets()
RulesClient getRules()
SecurityPoliciesClient getSecurityPolicies()
SecretsClient getSecrets()
ValidatesClient getValidates()
LogAnalyticsClient getLogAnalytics()
PoliciesClient getPolicies()
ManagedRuleSetsClient getManagedRuleSets()
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner>> checkNameAvailabilityWithResponseAsync(String name)
name - The resource name to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CheckNameAvailabilityOutputInner> checkNameAvailabilityAsync(String name)
name - The resource name to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CheckNameAvailabilityOutputInner checkNameAvailability(String name)
name - The resource name to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner> checkNameAvailabilityWithResponse(String name, com.azure.core.util.Context context)
name - The resource name to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner>> checkNameAvailabilityWithSubscriptionWithResponseAsync(String name)
name - The resource name to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CheckNameAvailabilityOutputInner> checkNameAvailabilityWithSubscriptionAsync(String name)
name - The resource name to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CheckNameAvailabilityOutputInner checkNameAvailabilityWithSubscription(String name)
name - The resource name to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner> checkNameAvailabilityWithSubscriptionWithResponse(String name, com.azure.core.util.Context context)
name - The resource name to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ValidateProbeOutputInner>> validateProbeWithResponseAsync(String probeUrl)
probeUrl - The probe URL to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ValidateProbeOutputInner> validateProbeAsync(String probeUrl)
probeUrl - The probe URL to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ValidateProbeOutputInner validateProbe(String probeUrl)
probeUrl - The probe URL to validate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ValidateProbeOutputInner> validateProbeWithResponse(String probeUrl, com.azure.core.util.Context context)
probeUrl - The probe URL to validate.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.