Interface AzureDevOpsRepoes


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

    • listByConnector

      com.azure.core.http.rest.PagedIterable<AzureDevOpsRepo> 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<AzureDevOpsRepo> 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<AzureDevOpsRepo> 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<AzureDevOpsRepo> 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<AzureDevOpsRepo> 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

      AzureDevOpsRepo 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.
    • getById

      AzureDevOpsRepo getById(String id)
      Returns a monitored AzureDevOps Project resource for a given ID.
      Parameters:
      id - the resource ID.
      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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<AzureDevOpsRepo> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Returns a monitored AzureDevOps Project resource for a given ID.
      Parameters:
      id - the resource ID.
      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.
    • define

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