Interface ContainerAppsSourceControls


public interface ContainerAppsSourceControls
Resource collection API of ContainerAppsSourceControls.
  • Method Details

    • listByContainerApp

      com.azure.core.http.rest.PagedIterable<SourceControl> listByContainerApp(String resourceGroupName, String containerAppName)
      Get the Container App SourceControls in a given resource group.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      containerAppName - Name of the Container App.
      Returns:
      the Container App SourceControls in a given resource group as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByContainerApp

      com.azure.core.http.rest.PagedIterable<SourceControl> listByContainerApp(String resourceGroupName, String containerAppName, com.azure.core.util.Context context)
      Get the Container App SourceControls in a given resource group.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      containerAppName - Name of the Container App.
      context - The context to associate with this operation.
      Returns:
      the Container App SourceControls in a given resource group as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<SourceControl> getWithResponse(String resourceGroupName, String containerAppName, String sourceControlName, com.azure.core.util.Context context)
      Get a SourceControl of a Container App.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      containerAppName - Name of the Container App.
      sourceControlName - Name of the Container App SourceControl.
      context - The context to associate with this operation.
      Returns:
      a SourceControl of a Container App along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      SourceControl get(String resourceGroupName, String containerAppName, String sourceControlName)
      Get a SourceControl of a Container App.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      containerAppName - Name of the Container App.
      sourceControlName - Name of the Container App SourceControl.
      Returns:
      a SourceControl of a Container App.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - 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 containerAppName, String sourceControlName)
      Delete a Container App SourceControl.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      containerAppName - Name of the Container App.
      sourceControlName - Name of the Container App SourceControl.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - 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 containerAppName, String sourceControlName, com.azure.core.util.Context context)
      Delete a Container App SourceControl.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      containerAppName - Name of the Container App.
      sourceControlName - Name of the Container App SourceControl.
      context - The context to associate with this operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getById

      SourceControl getById(String id)
      Get a SourceControl of a Container App.
      Parameters:
      id - the resource ID.
      Returns:
      a SourceControl of a Container App along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - 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<SourceControl> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get a SourceControl of a Container App.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      a SourceControl of a Container App along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - 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 Container App SourceControl.
      Parameters:
      id - the resource ID.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - 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 Container App SourceControl.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • define

      Begins definition for a new SourceControl resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new SourceControl definition.