Uses of Interface
com.azure.resourcemanager.costmanagement.models.CheckNameAvailabilityResponse
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of CheckNameAvailabilityResponse in com.azure.resourcemanager.costmanagement.models
Modifier 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.Modifier 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.