Uses of Class
com.azure.resourcemanager.netapp.fluent.models.CheckAvailabilityResponseInner
Packages that use CheckAvailabilityResponseInner
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of CheckAvailabilityResponseInner in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent that return CheckAvailabilityResponseInnerModifier and TypeMethodDescriptionNetAppResourcesClient.checkFilePathAvailability(String location, FilePathAvailabilityRequest body) Check file path availability Check if a file path is available.NetAppResourcesClient.checkNameAvailability(String location, ResourceNameAvailabilityRequest body) Check resource name availability Check if a resource name is available.NetAppResourcesClient.checkQuotaAvailability(String location, QuotaAvailabilityRequest body) Check quota availability Check if a quota is available.Methods in com.azure.resourcemanager.netapp.fluent that return types with arguments of type CheckAvailabilityResponseInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CheckAvailabilityResponseInner> NetAppResourcesClient.checkFilePathAvailabilityWithResponse(String location, FilePathAvailabilityRequest body, com.azure.core.util.Context context) Check file path availability Check if a file path is available.com.azure.core.http.rest.Response<CheckAvailabilityResponseInner> NetAppResourcesClient.checkNameAvailabilityWithResponse(String location, ResourceNameAvailabilityRequest body, com.azure.core.util.Context context) Check resource name availability Check if a resource name is available.com.azure.core.http.rest.Response<CheckAvailabilityResponseInner> NetAppResourcesClient.checkQuotaAvailabilityWithResponse(String location, QuotaAvailabilityRequest body, com.azure.core.util.Context context) Check quota availability Check if a quota is available. -
Uses of CheckAvailabilityResponseInner in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return CheckAvailabilityResponseInnerModifier and TypeMethodDescriptionCheckAvailabilityResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CheckAvailabilityResponseInner from the JsonReader.CheckAvailabilityResponseInner.withIsAvailable(Boolean isAvailable) Set the isAvailable property: <code>true</code> indicates name is valid and available.CheckAvailabilityResponseInner.withMessage(String message) Set the message property: If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name.CheckAvailabilityResponseInner.withReason(InAvailabilityReasonType reason) Set the reason property: <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. -
Uses of CheckAvailabilityResponseInner in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return CheckAvailabilityResponseInnerModifier and TypeMethodDescriptionCheckAvailabilityResponse.innerModel()Gets the inner com.azure.resourcemanager.netapp.fluent.models.CheckAvailabilityResponseInner object.