Interface SqlVirtualMachineGroups


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

      • getByResourceGroup

        SqlVirtualMachineGroup getByResourceGroup​(String resourceGroupName,
                                                  String sqlVirtualMachineGroupName)
        Gets a SQL virtual machine group.
        Parameters:
        resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
        sqlVirtualMachineGroupName - Name of the SQL virtual machine group.
        Returns:
        a SQL virtual machine group.
        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<SqlVirtualMachineGroup> getByResourceGroupWithResponse​(String resourceGroupName,
                                                                                                 String sqlVirtualMachineGroupName,
                                                                                                 com.azure.core.util.Context context)
        Gets a SQL virtual machine group.
        Parameters:
        resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
        sqlVirtualMachineGroupName - Name of the SQL virtual machine group.
        context - The context to associate with this operation.
        Returns:
        a SQL virtual machine group 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.
      • deleteByResourceGroup

        void deleteByResourceGroup​(String resourceGroupName,
                                   String sqlVirtualMachineGroupName)
        Deletes a SQL virtual machine group.
        Parameters:
        resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
        sqlVirtualMachineGroupName - Name of the SQL virtual machine group.
        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 sqlVirtualMachineGroupName,
                    com.azure.core.util.Context context)
        Deletes a SQL virtual machine group.
        Parameters:
        resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
        sqlVirtualMachineGroupName - Name of the SQL virtual machine group.
        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.
      • listByResourceGroup

        com.azure.core.http.rest.PagedIterable<SqlVirtualMachineGroup> listByResourceGroup​(String resourceGroupName)
        Gets all SQL virtual machine groups in a resource group.
        Parameters:
        resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
        Returns:
        all SQL virtual machine groups in a resource group as paginated response with PagedIterable.
        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<SqlVirtualMachineGroup> listByResourceGroup​(String resourceGroupName,
                                                                                           com.azure.core.util.Context context)
        Gets all SQL virtual machine groups in a resource group.
        Parameters:
        resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
        context - The context to associate with this operation.
        Returns:
        all SQL virtual machine groups in a resource group as paginated response with PagedIterable.
        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.
      • list

        com.azure.core.http.rest.PagedIterable<SqlVirtualMachineGroup> list()
        Gets all SQL virtual machine groups in a subscription.
        Returns:
        all SQL virtual machine groups in a subscription as paginated response with PagedIterable.
        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<SqlVirtualMachineGroup> list​(com.azure.core.util.Context context)
        Gets all SQL virtual machine groups in a subscription.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        all SQL virtual machine groups in a subscription as paginated response with PagedIterable.
        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

        SqlVirtualMachineGroup getById​(String id)
        Gets a SQL virtual machine group.
        Parameters:
        id - the resource ID.
        Returns:
        a SQL virtual machine group 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.
      • getByIdWithResponse

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

        void deleteById​(String id)
        Deletes a SQL virtual machine group.
        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)
        Deletes a SQL virtual machine group.
        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.