Interface AzureDevOpsRepoesClient


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

    • listByConnector

      com.azure.core.http.rest.PagedIterable<AzureDevOpsRepoInner> listByConnector(String resourceGroupName, String azureDevOpsConnectorName)
      The listByConnector operation.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      Returns:
      the 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.
    • listByConnector

      com.azure.core.http.rest.PagedIterable<AzureDevOpsRepoInner> listByConnector(String resourceGroupName, String azureDevOpsConnectorName, com.azure.core.util.Context context)
      The listByConnector operation.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      context - The context to associate with this operation.
      Returns:
      the 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<AzureDevOpsRepoInner> list(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName)
      The list operation.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      Returns:
      the 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<AzureDevOpsRepoInner> list(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, com.azure.core.util.Context context)
      The list operation.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      context - The context to associate with this operation.
      Returns:
      the 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.
    • getWithResponse

      com.azure.core.http.rest.Response<AzureDevOpsRepoInner> getWithResponse(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, String azureDevOpsRepoName, com.azure.core.util.Context context)
      Returns a monitored AzureDevOps Project resource for a given ID.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      azureDevOpsRepoName - Name of the AzureDevOps Repo.
      context - The context to associate with this operation.
      Returns:
      azure DevOps Repo Proxy 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.
    • get

      AzureDevOpsRepoInner get(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, String azureDevOpsRepoName)
      Returns a monitored AzureDevOps Project resource for a given ID.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      azureDevOpsRepoName - Name of the AzureDevOps Repo.
      Returns:
      azure DevOps Repo Proxy 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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureDevOpsRepoInner>,AzureDevOpsRepoInner> beginCreateOrUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, String azureDevOpsRepoName, AzureDevOpsRepoInner azureDevOpsRepo)
      Updates an Azure DevOps Repo.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      azureDevOpsRepoName - Name of the AzureDevOps Repo.
      azureDevOpsRepo - Azure DevOps Repo resource payload.
      Returns:
      the SyncPoller for polling of azure DevOps Repo Proxy 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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureDevOpsRepoInner>,AzureDevOpsRepoInner> beginCreateOrUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, String azureDevOpsRepoName, AzureDevOpsRepoInner azureDevOpsRepo, com.azure.core.util.Context context)
      Updates an Azure DevOps Repo.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      azureDevOpsRepoName - Name of the AzureDevOps Repo.
      azureDevOpsRepo - Azure DevOps Repo resource payload.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of azure DevOps Repo Proxy 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.
    • createOrUpdate

      AzureDevOpsRepoInner createOrUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, String azureDevOpsRepoName, AzureDevOpsRepoInner azureDevOpsRepo)
      Updates an Azure DevOps Repo.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      azureDevOpsRepoName - Name of the AzureDevOps Repo.
      azureDevOpsRepo - Azure DevOps Repo resource payload.
      Returns:
      azure DevOps Repo Proxy 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.
    • createOrUpdate

      AzureDevOpsRepoInner createOrUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, String azureDevOpsRepoName, AzureDevOpsRepoInner azureDevOpsRepo, com.azure.core.util.Context context)
      Updates an Azure DevOps Repo.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      azureDevOpsRepoName - Name of the AzureDevOps Repo.
      azureDevOpsRepo - Azure DevOps Repo resource payload.
      context - The context to associate with this operation.
      Returns:
      azure DevOps Repo Proxy 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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureDevOpsRepoInner>,AzureDevOpsRepoInner> beginUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, String azureDevOpsRepoName)
      Update monitored AzureDevOps Project details.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      azureDevOpsRepoName - Name of the AzureDevOps Repo.
      Returns:
      the SyncPoller for polling of azure DevOps Repo Proxy 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.
    • beginUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureDevOpsRepoInner>,AzureDevOpsRepoInner> beginUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, String azureDevOpsRepoName, AzureDevOpsRepoInner azureDevOpsRepo, com.azure.core.util.Context context)
      Update monitored AzureDevOps Project details.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      azureDevOpsRepoName - Name of the AzureDevOps Repo.
      azureDevOpsRepo - Azure DevOps Org resource payload.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of azure DevOps Repo Proxy 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.
    • update

      AzureDevOpsRepoInner update(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, String azureDevOpsRepoName)
      Update monitored AzureDevOps Project details.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      azureDevOpsRepoName - Name of the AzureDevOps Repo.
      Returns:
      azure DevOps Repo Proxy 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.
    • update

      AzureDevOpsRepoInner update(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, String azureDevOpsRepoName, AzureDevOpsRepoInner azureDevOpsRepo, com.azure.core.util.Context context)
      Update monitored AzureDevOps Project details.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      azureDevOpsOrgName - Name of the AzureDevOps Org.
      azureDevOpsProjectName - Name of the AzureDevOps Project.
      azureDevOpsRepoName - Name of the AzureDevOps Repo.
      azureDevOpsRepo - Azure DevOps Org resource payload.
      context - The context to associate with this operation.
      Returns:
      azure DevOps Repo Proxy 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.