Interface AzureDevOpsProjectsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<AzureDevOpsProjectInner> list(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName)
      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.
      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<AzureDevOpsProjectInner> list(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, 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.
      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<AzureDevOpsProjectInner> getWithResponse(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, 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.
      context - The context to associate with this operation.
      Returns:
      azure DevOps Project 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

      AzureDevOpsProjectInner get(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName)
      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.
      Returns:
      azure DevOps Project 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<AzureDevOpsProjectInner>,AzureDevOpsProjectInner> beginCreateOrUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, AzureDevOpsProjectInner azureDevOpsProject)
      Creates or updates an Azure DevOps Project.
      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.
      azureDevOpsProject - Azure DevOps Org resource payload.
      Returns:
      the SyncPoller for polling of azure DevOps Project 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<AzureDevOpsProjectInner>,AzureDevOpsProjectInner> beginCreateOrUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, AzureDevOpsProjectInner azureDevOpsProject, com.azure.core.util.Context context)
      Creates or updates an Azure DevOps Project.
      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.
      azureDevOpsProject - Azure DevOps Org resource payload.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of azure DevOps Project 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

      AzureDevOpsProjectInner createOrUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, AzureDevOpsProjectInner azureDevOpsProject)
      Creates or updates an Azure DevOps Project.
      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.
      azureDevOpsProject - Azure DevOps Org resource payload.
      Returns:
      azure DevOps Project 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

      AzureDevOpsProjectInner createOrUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, AzureDevOpsProjectInner azureDevOpsProject, com.azure.core.util.Context context)
      Creates or updates an Azure DevOps Project.
      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.
      azureDevOpsProject - Azure DevOps Org resource payload.
      context - The context to associate with this operation.
      Returns:
      azure DevOps Project 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<AzureDevOpsProjectInner>,AzureDevOpsProjectInner> beginUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName)
      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.
      Returns:
      the SyncPoller for polling of azure DevOps Project 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<AzureDevOpsProjectInner>,AzureDevOpsProjectInner> beginUpdate(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, AzureDevOpsProjectInner azureDevOpsProject, 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.
      azureDevOpsProject - Azure DevOps Org resource payload.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of azure DevOps Project 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

      AzureDevOpsProjectInner update(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName)
      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.
      Returns:
      azure DevOps Project 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

      AzureDevOpsProjectInner update(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, AzureDevOpsProjectInner azureDevOpsProject, 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.
      azureDevOpsProject - Azure DevOps Org resource payload.
      context - The context to associate with this operation.
      Returns:
      azure DevOps Project 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.