Uses of Class
com.azure.resourcemanager.costmanagement.models.CheckNameAvailabilityReason
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of CheckNameAvailabilityReason in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionCheckNameAvailabilityResponseInner.reason()
Get the reason property: The reason why the given name is not available.Modifier and TypeMethodDescriptionCheckNameAvailabilityResponseInner.withReason
(CheckNameAvailabilityReason reason) Set the reason property: The reason why the given name is not available. -
Uses of CheckNameAvailabilityReason in com.azure.resourcemanager.costmanagement.models
Modifier and TypeFieldDescriptionstatic final CheckNameAvailabilityReason
CheckNameAvailabilityReason.ALREADY_EXISTS
Static value AlreadyExists for CheckNameAvailabilityReason.static final CheckNameAvailabilityReason
CheckNameAvailabilityReason.INVALID
Static value Invalid for CheckNameAvailabilityReason.Modifier and TypeMethodDescriptionstatic CheckNameAvailabilityReason
CheckNameAvailabilityReason.fromString
(String name) Creates or finds a CheckNameAvailabilityReason from its string representation.CheckNameAvailabilityResponse.reason()
Gets the reason property: The reason why the given name is not available.Modifier and TypeMethodDescriptionCheckNameAvailabilityReason.values()
Gets known CheckNameAvailabilityReason values.