Uses of Interface
com.azure.resourcemanager.netapp.models.CheckAvailabilityResponse
Packages that use CheckAvailabilityResponse
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of CheckAvailabilityResponse in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return CheckAvailabilityResponseModifier and TypeMethodDescriptionNetAppResources.checkFilePathAvailability
(String location, FilePathAvailabilityRequest body) Check file path availability Check if a file path is available.NetAppResources.checkNameAvailability
(String location, ResourceNameAvailabilityRequest body) Check resource name availability Check if a resource name is available.NetAppResources.checkQuotaAvailability
(String location, QuotaAvailabilityRequest body) Check quota availability Check if a quota is available.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type CheckAvailabilityResponseModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<CheckAvailabilityResponse> NetAppResources.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
<CheckAvailabilityResponse> NetAppResources.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
<CheckAvailabilityResponse> NetAppResources.checkQuotaAvailabilityWithResponse
(String location, QuotaAvailabilityRequest body, com.azure.core.util.Context context) Check quota availability Check if a quota is available.