Interface LoadTests


  • public interface LoadTests
    Resource collection API of LoadTests.
    • Method Detail

      • list

        com.azure.core.http.rest.PagedIterable<LoadTestResource> list()
        Lists loadtests resources in a subscription.
        Returns:
        list of resources page result.
        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.
      • list

        com.azure.core.http.rest.PagedIterable<LoadTestResource> list​(com.azure.core.util.Context context)
        Lists loadtests resources in a subscription.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        list of resources page result.
        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.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<LoadTestResource> listByResourceGroup​(String resourceGroupName)
        Lists loadtest resources in a resource group.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        list of resources page result.
        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.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<LoadTestResource> listByResourceGroup​(String resourceGroupName,
                                                                                     com.azure.core.util.Context context)
        Lists loadtest resources in a resource group.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        context - The context to associate with this operation.
        Returns:
        list of resources page result.
        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.
      • getByResourceGroup

        LoadTestResource getByResourceGroup​(String resourceGroupName,
                                            String loadTestName)
        Get a LoadTest resource.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        loadTestName - Load Test name.
        Returns:
        a LoadTest 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.
      • getByResourceGroupWithResponse

        com.azure.core.http.rest.Response<LoadTestResource> getByResourceGroupWithResponse​(String resourceGroupName,
                                                                                           String loadTestName,
                                                                                           com.azure.core.util.Context context)
        Get a LoadTest resource.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        loadTestName - Load Test name.
        context - The context to associate with this operation.
        Returns:
        a LoadTest 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.
      • deleteByResourceGroup

        void deleteByResourceGroup​(String resourceGroupName,
                                   String loadTestName)
        Delete a LoadTest resource.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        loadTestName - Load Test name.
        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.
      • delete

        void delete​(String resourceGroupName,
                    String loadTestName,
                    com.azure.core.util.Context context)
        Delete a LoadTest resource.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        loadTestName - Load Test name.
        context - The context to associate with this operation.
        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.
      • getById

        LoadTestResource getById​(String id)
        Get a LoadTest resource.
        Parameters:
        id - the resource ID.
        Returns:
        a LoadTest 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.
      • getByIdWithResponse

        com.azure.core.http.rest.Response<LoadTestResource> getByIdWithResponse​(String id,
                                                                                com.azure.core.util.Context context)
        Get a LoadTest resource.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        a LoadTest 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.
      • deleteById

        void deleteById​(String id)
        Delete a LoadTest resource.
        Parameters:
        id - the resource ID.
        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.
      • deleteByIdWithResponse

        void deleteByIdWithResponse​(String id,
                                    com.azure.core.util.Context context)
        Delete a LoadTest resource.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        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.
      • define

        LoadTestResource.DefinitionStages.Blank define​(String name)
        Begins definition for a new LoadTestResource resource.
        Parameters:
        name - resource name.
        Returns:
        the first stage of the new LoadTestResource definition.