Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementServiceNameAvailabilityResultInner
-
Packages that use ApiManagementServiceNameAvailabilityResultInner Package Description com.azure.resourcemanager.apimanagement.fluent Package containing the service clients for ApiManagementClient.com.azure.resourcemanager.apimanagement.fluent.models Package containing the inner data models for ApiManagementClient.com.azure.resourcemanager.apimanagement.models Package containing the data models for ApiManagementClient. -
-
Uses of ApiManagementServiceNameAvailabilityResultInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ApiManagementServiceNameAvailabilityResultInner Modifier and Type Method Description ApiManagementServiceNameAvailabilityResultInner
ApiManagementServicesClient. checkNameAvailability(ApiManagementServiceCheckNameAvailabilityParameters parameters)
Checks availability and correctness of a name for an API Management service.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ApiManagementServiceNameAvailabilityResultInner Modifier and Type Method Description com.azure.core.http.rest.Response<ApiManagementServiceNameAvailabilityResultInner>
ApiManagementServicesClient. checkNameAvailabilityWithResponse(ApiManagementServiceCheckNameAvailabilityParameters parameters, com.azure.core.util.Context context)
Checks availability and correctness of a name for an API Management service. -
Uses of ApiManagementServiceNameAvailabilityResultInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiManagementServiceNameAvailabilityResultInner Modifier and Type Method Description ApiManagementServiceNameAvailabilityResultInner
ApiManagementServiceNameAvailabilityResultInner. withReason(NameAvailabilityReason reason)
Set the reason property: Invalid indicates the name provided does not match the resource provider’s naming requirements (incorrect length, unsupported characters, etc.) AlreadyExists indicates that the name is already in use and is therefore unavailable. -
Uses of ApiManagementServiceNameAvailabilityResultInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementServiceNameAvailabilityResultInner Modifier and Type Method Description ApiManagementServiceNameAvailabilityResultInner
ApiManagementServiceNameAvailabilityResult. innerModel()
Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementServiceNameAvailabilityResultInner object.
-