Interface NetAppResourcesClient
public interface NetAppResourcesClient
An instance of this class provides access to all the operations defined in NetAppResourcesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<NetworkSiblingSetInner>, NetworkSiblingSetInner> beginUpdateNetworkSiblingSet
(String location, UpdateNetworkSiblingSetRequest body) Update the network features of a network sibling set Update the network features of the specified network sibling set.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<NetworkSiblingSetInner>, NetworkSiblingSetInner> beginUpdateNetworkSiblingSet
(String location, UpdateNetworkSiblingSetRequest body, com.azure.core.util.Context context) Update the network features of a network sibling set Update the network features of the specified network sibling set.checkFilePathAvailability
(String location, FilePathAvailabilityRequest body) Check file path availability Check if a file path is available.com.azure.core.http.rest.Response
<CheckAvailabilityResponseInner> checkFilePathAvailabilityWithResponse
(String location, FilePathAvailabilityRequest body, com.azure.core.util.Context context) Check file path availability Check if a file path is available.checkNameAvailability
(String location, ResourceNameAvailabilityRequest body) Check resource name availability Check if a resource name is available.com.azure.core.http.rest.Response
<CheckAvailabilityResponseInner> checkNameAvailabilityWithResponse
(String location, ResourceNameAvailabilityRequest body, com.azure.core.util.Context context) Check resource name availability Check if a resource name is available.checkQuotaAvailability
(String location, QuotaAvailabilityRequest body) Check quota availability Check if a quota is available.com.azure.core.http.rest.Response
<CheckAvailabilityResponseInner> checkQuotaAvailabilityWithResponse
(String location, QuotaAvailabilityRequest body, com.azure.core.util.Context context) Check quota availability Check if a quota is available.queryNetworkSiblingSet
(String location, QueryNetworkSiblingSetRequest body) Describe a network sibling set Get details of the specified network sibling set.com.azure.core.http.rest.Response
<NetworkSiblingSetInner> queryNetworkSiblingSetWithResponse
(String location, QueryNetworkSiblingSetRequest body, com.azure.core.util.Context context) Describe a network sibling set Get details of the specified network sibling set.queryRegionInfo
(String location) Describes region specific information.com.azure.core.http.rest.Response
<RegionInfoInner> queryRegionInfoWithResponse
(String location, com.azure.core.util.Context context) Describes region specific information.updateNetworkSiblingSet
(String location, UpdateNetworkSiblingSetRequest body) Update the network features of a network sibling set Update the network features of the specified network sibling set.updateNetworkSiblingSet
(String location, UpdateNetworkSiblingSetRequest body, com.azure.core.util.Context context) Update the network features of a network sibling set Update the network features of the specified network sibling set.
-
Method Details
-
checkNameAvailabilityWithResponse
com.azure.core.http.rest.Response<CheckAvailabilityResponseInner> checkNameAvailabilityWithResponse(String location, ResourceNameAvailabilityRequest body, com.azure.core.util.Context context) Check resource name availability Check if a resource name is available.- Parameters:
location
- The name of the Azure region.body
- Name availability request.context
- The context to associate with this operation.- Returns:
- information regarding availability of a resource along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkNameAvailability
CheckAvailabilityResponseInner checkNameAvailability(String location, ResourceNameAvailabilityRequest body) Check resource name availability Check if a resource name is available.- Parameters:
location
- The name of the Azure region.body
- Name availability request.- Returns:
- information regarding availability of a resource.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkFilePathAvailabilityWithResponse
com.azure.core.http.rest.Response<CheckAvailabilityResponseInner> checkFilePathAvailabilityWithResponse(String location, FilePathAvailabilityRequest body, com.azure.core.util.Context context) Check file path availability Check if a file path is available.- Parameters:
location
- The name of the Azure region.body
- File path availability request.context
- The context to associate with this operation.- Returns:
- information regarding availability of a resource along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkFilePathAvailability
CheckAvailabilityResponseInner checkFilePathAvailability(String location, FilePathAvailabilityRequest body) Check file path availability Check if a file path is available.- Parameters:
location
- The name of the Azure region.body
- File path availability request.- Returns:
- information regarding availability of a resource.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkQuotaAvailabilityWithResponse
com.azure.core.http.rest.Response<CheckAvailabilityResponseInner> checkQuotaAvailabilityWithResponse(String location, QuotaAvailabilityRequest body, com.azure.core.util.Context context) Check quota availability Check if a quota is available.- Parameters:
location
- The name of the Azure region.body
- Quota availability request.context
- The context to associate with this operation.- Returns:
- information regarding availability of a resource along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
checkQuotaAvailability
CheckAvailabilityResponseInner checkQuotaAvailability(String location, QuotaAvailabilityRequest body) Check quota availability Check if a quota is available.- Parameters:
location
- The name of the Azure region.body
- Quota availability request.- Returns:
- information regarding availability of a resource.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
queryRegionInfoWithResponse
com.azure.core.http.rest.Response<RegionInfoInner> queryRegionInfoWithResponse(String location, com.azure.core.util.Context context) Describes region specific information. Provides storage to network proximity and logical zone mapping information.- Parameters:
location
- The name of the Azure region.context
- The context to associate with this operation.- Returns:
- provides region specific information along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
queryRegionInfo
Describes region specific information. Provides storage to network proximity and logical zone mapping information.- Parameters:
location
- The name of the Azure region.- Returns:
- provides region specific information.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
queryNetworkSiblingSetWithResponse
com.azure.core.http.rest.Response<NetworkSiblingSetInner> queryNetworkSiblingSetWithResponse(String location, QueryNetworkSiblingSetRequest body, com.azure.core.util.Context context) Describe a network sibling set Get details of the specified network sibling set.- Parameters:
location
- The name of the Azure region.body
- Network sibling set to query.context
- The context to associate with this operation.- Returns:
- details of the specified network sibling set along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
queryNetworkSiblingSet
Describe a network sibling set Get details of the specified network sibling set.- Parameters:
location
- The name of the Azure region.body
- Network sibling set to query.- Returns:
- details of the specified network sibling set.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdateNetworkSiblingSet
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkSiblingSetInner>,NetworkSiblingSetInner> beginUpdateNetworkSiblingSet(String location, UpdateNetworkSiblingSetRequest body) Update the network features of a network sibling set Update the network features of the specified network sibling set.- Parameters:
location
- The name of the Azure region.body
- Update for the specified network sibling set.- Returns:
- the
SyncPoller
for polling of network sibling set. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdateNetworkSiblingSet
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkSiblingSetInner>,NetworkSiblingSetInner> beginUpdateNetworkSiblingSet(String location, UpdateNetworkSiblingSetRequest body, com.azure.core.util.Context context) Update the network features of a network sibling set Update the network features of the specified network sibling set.- Parameters:
location
- The name of the Azure region.body
- Update for the specified network sibling set.context
- The context to associate with this operation.- Returns:
- the
SyncPoller
for polling of network sibling set. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
updateNetworkSiblingSet
NetworkSiblingSetInner updateNetworkSiblingSet(String location, UpdateNetworkSiblingSetRequest body) Update the network features of a network sibling set Update the network features of the specified network sibling set.- Parameters:
location
- The name of the Azure region.body
- Update for the specified network sibling set.- Returns:
- network sibling set.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
updateNetworkSiblingSet
NetworkSiblingSetInner updateNetworkSiblingSet(String location, UpdateNetworkSiblingSetRequest body, com.azure.core.util.Context context) Update the network features of a network sibling set Update the network features of the specified network sibling set.- Parameters:
location
- The name of the Azure region.body
- Update for the specified network sibling set.context
- The context to associate with this operation.- Returns:
- network sibling set.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-