Interface ResourceProvidersClient


public interface ResourceProvidersClient
An instance of this class provides access to all the operations defined in ResourceProvidersClient.
  • Method Details

    • checkAmlFSSubnetsWithResponse

      com.azure.core.http.rest.Response<Void> checkAmlFSSubnetsWithResponse(AmlFilesystemSubnetInfo amlFilesystemSubnetInfo, com.azure.core.util.Context context)
      Check that subnets will be valid for AML file system create calls.
      Parameters:
      amlFilesystemSubnetInfo - Information about the subnets to validate.
      context - The context to associate with this operation.
      Returns:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      AmlFilesystemCheckSubnetErrorException - thrown if the request is rejected by server on status code 400.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • checkAmlFSSubnets

      void checkAmlFSSubnets()
      Check that subnets will be valid for AML file system create calls.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      AmlFilesystemCheckSubnetErrorException - thrown if the request is rejected by server on status code 400.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getRequiredAmlFSSubnetsSizeWithResponse

      com.azure.core.http.rest.Response<RequiredAmlFilesystemSubnetsSizeInner> getRequiredAmlFSSubnetsSizeWithResponse(RequiredAmlFilesystemSubnetsSizeInfo requiredAmlFilesystemSubnetsSizeInfo, com.azure.core.util.Context context)
      Get the number of available IP addresses needed for the AML file system information provided.
      Parameters:
      requiredAmlFilesystemSubnetsSizeInfo - Information to determine the number of available IPs a subnet will need to host the AML file system.
      context - The context to associate with this operation.
      Returns:
      the number of available IP addresses needed for the AML file system information provided 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.
    • getRequiredAmlFSSubnetsSize

      RequiredAmlFilesystemSubnetsSizeInner getRequiredAmlFSSubnetsSize()
      Get the number of available IP addresses needed for the AML file system information provided.
      Returns:
      the number of available IP addresses needed for the AML file system information provided.
      Throws:
      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.