Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.CheckNameAvailabilityResponseInner
Packages that use CheckNameAvailabilityResponseInner
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of CheckNameAvailabilityResponseInner in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent that return CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptionScheduledActionsClient.checkNameAvailability(CheckNameAvailabilityRequest checkNameAvailabilityRequest) Checks availability and correctness of the name for a scheduled action.ScheduledActionsClient.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.fluent that return types with arguments of type CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CheckNameAvailabilityResponseInner>ScheduledActionsClient.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<CheckNameAvailabilityResponseInner>ScheduledActionsClient.checkNameAvailabilityWithResponse(CheckNameAvailabilityRequest checkNameAvailabilityRequest, com.azure.core.util.Context context) Checks availability and correctness of the name for a scheduled action. -
Uses of CheckNameAvailabilityResponseInner in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptionCheckNameAvailabilityResponseInner.withMessage(String message) Set the message property: Detailed reason why the given name is available.CheckNameAvailabilityResponseInner.withNameAvailable(Boolean nameAvailable) Set the nameAvailable property: Indicates if the resource name is available.CheckNameAvailabilityResponseInner.withReason(CheckNameAvailabilityReason reason) Set the reason property: The reason why the given name is not available. -
Uses of CheckNameAvailabilityResponseInner in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptionCheckNameAvailabilityResponse.innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.CheckNameAvailabilityResponseInner object.