Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.CheckNameAvailabilityResponseInner
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of CheckNameAvailabilityResponseInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionCheckNameAvailabilitiesClient.execute
(CheckNameAvailabilityRequest nameAvailabilityRequest) Check the availability of name for resource.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CheckNameAvailabilityResponseInner>
CheckNameAvailabilitiesClient.executeWithResponse
(CheckNameAvailabilityRequest nameAvailabilityRequest, com.azure.core.util.Context context) Check the availability of name for resource. -
Uses of CheckNameAvailabilityResponseInner in com.azure.resourcemanager.devcenter.fluent.models
Modifier 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.devcenter.models
Modifier and TypeMethodDescriptionCheckNameAvailabilityResponse.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.CheckNameAvailabilityResponseInner object.