Uses of Class
com.azure.resourcemanager.cdn.models.CheckNameAvailabilityResult
Packages that use CheckNameAvailabilityResult
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CheckNameAvailabilityResult in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CheckNameAvailabilityResultModifier and TypeMethodDescriptionCdnProfile.checkEndpointNameAvailability(String name) Checks the availability of an endpoint name without creating the CDN endpoint.CdnProfiles.checkEndpointNameAvailability(String name) Checks the availability of a endpoint name without creating the CDN endpoint.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CheckNameAvailabilityResultModifier and TypeMethodDescriptionCdnProfile.checkEndpointNameAvailabilityAsync(String name) Checks the availability of an endpoint name without creating the CDN endpoint asynchronously.CdnProfiles.checkEndpointNameAvailabilityAsync(String name) Checks the availability of a endpoint name without creating the CDN endpoint asynchronously.