Uses of Class
com.azure.resourcemanager.netapp.models.FilePathAvailabilityRequest
Packages that use FilePathAvailabilityRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of FilePathAvailabilityRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type FilePathAvailabilityRequestModifier and TypeMethodDescriptionNetAppResourcesClient.checkFilePathAvailability
(String location, FilePathAvailabilityRequest body) Check file path availability Check if a file path is available.com.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. -
Uses of FilePathAvailabilityRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return FilePathAvailabilityRequestModifier and TypeMethodDescriptionstatic FilePathAvailabilityRequest
FilePathAvailabilityRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FilePathAvailabilityRequest from the JsonReader.FilePathAvailabilityRequest.withAvailabilityZone
(String availabilityZone) Set the availabilityZone property: The Azure Resource logical availability zone which is used within zone mapping lookup for the subscription and region.Set the name property: File path to verify.FilePathAvailabilityRequest.withSubnetId
(String subnetId) Set the subnetId property: The Azure Resource URI for a delegated subnet.Methods in com.azure.resourcemanager.netapp.models with parameters of type FilePathAvailabilityRequestModifier and TypeMethodDescriptionNetAppResources.checkFilePathAvailability
(String location, FilePathAvailabilityRequest body) Check file path availability Check if a file path is available.com.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.