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.
|
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.
|
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.
|
String |
getSubscriptionId()
Gets Azure Subscription ID.
|
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()
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 © 2020 Microsoft Corporation. All rights reserved.