Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.CheckNameAvailabilityResponseInner
Packages that use CheckNameAvailabilityResponseInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of CheckNameAvailabilityResponseInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptionConnectedEnvironmentsClient.checkNameAvailability
(String resourceGroupName, String connectedEnvironmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest) Checks the resource connectedEnvironmentName availability.NamespacesClient.checkNameAvailability
(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest) Checks the resource name availability.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<CheckNameAvailabilityResponseInner> ConnectedEnvironmentsClient.checkNameAvailabilityWithResponse
(String resourceGroupName, String connectedEnvironmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest, com.azure.core.util.Context context) Checks the resource connectedEnvironmentName availability.com.azure.core.http.rest.Response
<CheckNameAvailabilityResponseInner> NamespacesClient.checkNameAvailabilityWithResponse
(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest, com.azure.core.util.Context context) Checks the resource name availability. -
Uses of CheckNameAvailabilityResponseInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptionCheckNameAvailabilityResponseInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CheckNameAvailabilityResponseInner from the JsonReader.CheckNameAvailabilityResponseInner.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.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CheckNameAvailabilityResponseInnerModifier and TypeMethodDescriptionCheckNameAvailabilityResponse.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.CheckNameAvailabilityResponseInner object.