Uses of Class
com.azure.resourcemanager.appcontainers.models.CheckNameAvailabilityRequest
Packages that use CheckNameAvailabilityRequest
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of CheckNameAvailabilityRequest in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type CheckNameAvailabilityRequestModifier 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.com.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 CheckNameAvailabilityRequest in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CheckNameAvailabilityRequestModifier and TypeMethodDescriptionstatic CheckNameAvailabilityRequestCheckNameAvailabilityRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CheckNameAvailabilityRequest from the JsonReader.Set the name property: The name of the resource for which availability needs to be checked.Set the type property: The resource type.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type CheckNameAvailabilityRequestModifier and TypeMethodDescriptionConnectedEnvironment.checkNameAvailability(CheckNameAvailabilityRequest checkNameAvailabilityRequest) Checks the resource connectedEnvironmentName availability.ConnectedEnvironments.checkNameAvailability(String resourceGroupName, String connectedEnvironmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest) Checks the resource connectedEnvironmentName availability.Namespaces.checkNameAvailability(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest) Checks the resource name availability.com.azure.core.http.rest.Response<CheckNameAvailabilityResponse> ConnectedEnvironment.checkNameAvailabilityWithResponse(CheckNameAvailabilityRequest checkNameAvailabilityRequest, com.azure.core.util.Context context) Checks the resource connectedEnvironmentName availability.com.azure.core.http.rest.Response<CheckNameAvailabilityResponse> ConnectedEnvironments.checkNameAvailabilityWithResponse(String resourceGroupName, String connectedEnvironmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest, com.azure.core.util.Context context) Checks the resource connectedEnvironmentName availability.com.azure.core.http.rest.Response<CheckNameAvailabilityResponse> Namespaces.checkNameAvailabilityWithResponse(String resourceGroupName, String environmentName, CheckNameAvailabilityRequest checkNameAvailabilityRequest, com.azure.core.util.Context context) Checks the resource name availability.