Uses of Interface
com.azure.resourcemanager.costmanagement.models.CheckNameAvailabilityResponse
Packages that use CheckNameAvailabilityResponse
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of CheckNameAvailabilityResponse in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return CheckNameAvailabilityResponseModifier and TypeMethodDescriptionScheduledActions.checkNameAvailability(CheckNameAvailabilityRequest checkNameAvailabilityRequest) Checks availability and correctness of the name for a scheduled action.ScheduledActions.checkNameAvailabilityByScope(String scope, CheckNameAvailabilityRequest checkNameAvailabilityRequest) Checks availability and correctness of the name for a scheduled action within the given scope.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type CheckNameAvailabilityResponseModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CheckNameAvailabilityResponse>ScheduledActions.checkNameAvailabilityByScopeWithResponse(String scope, CheckNameAvailabilityRequest checkNameAvailabilityRequest, com.azure.core.util.Context context) Checks availability and correctness of the name for a scheduled action within the given scope.com.azure.core.http.rest.Response<CheckNameAvailabilityResponse>ScheduledActions.checkNameAvailabilityWithResponse(CheckNameAvailabilityRequest checkNameAvailabilityRequest, com.azure.core.util.Context context) Checks availability and correctness of the name for a scheduled action.