Uses of Interface
com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityResponse
-
Packages that use CheckNameAvailabilityResponse Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of CheckNameAvailabilityResponse in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CheckNameAvailabilityResponse Modifier and Type Method Description CheckNameAvailabilityResponse
Namespaces. checkNameAvailability(String resourceGroupName, String managedEnvironmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest)
Checks if resource name is available.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type CheckNameAvailabilityResponse Modifier and Type Method Description com.azure.core.http.rest.Response<CheckNameAvailabilityResponse>
Namespaces. checkNameAvailabilityWithResponse(String resourceGroupName, String managedEnvironmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest, com.azure.core.util.Context context)
Checks if resource name is available.
-