Interface AzureDevOpsOrgsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<AzureDevOpsOrgInner> list(String resourceGroupName, String azureDevOpsConnectorName)
      The list 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.
    • list

      com.azure.core.http.rest.PagedIterable<AzureDevOpsOrgInner> list(String resourceGroupName, String azureDevOpsConnectorName, 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.
      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<AzureDevOpsOrgInner> getWithResponse(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, com.azure.core.util.Context context)
      Returns a monitored AzureDevOps Org 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.
      context - The context to associate with this operation.
      Returns:
      azure DevOps Org 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

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

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

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

      AzureDevOpsOrgInner update(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName)
      Update monitored AzureDevOps Org 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.
      Returns:
      azure DevOps Org 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

      AzureDevOpsOrgInner update(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, AzureDevOpsOrgInner azureDevOpsOrg, com.azure.core.util.Context context)
      Update monitored AzureDevOps Org 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.
      azureDevOpsOrg - Azure DevOps Org resource payload.
      context - The context to associate with this operation.
      Returns:
      azure DevOps Org 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.