AzureDevOpsOrgsClient Interface
public interface AzureDevOpsOrgsClient
An instance of this class provides access to all the operations defined in AzureDevOpsOrgsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<AzureDevOpsOrgInner>,AzureDevOpsOrgInner> beginCreateOrUpdate(String resourceGroupName, String securityConnectorName, String orgName, AzureDevOpsOrgInner azureDevOpsOrg)
Creates or updates monitored Azure DevOps organization details.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<AzureDevOpsOrgInner>,AzureDevOpsOrgInner> beginCreateOrUpdate(String resourceGroupName, String securityConnectorName, String orgName, AzureDevOpsOrgInner azureDevOpsOrg, Context context)
Creates or updates monitored Azure DevOps organization details.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<AzureDevOpsOrgInner>,AzureDevOpsOrgInner> beginUpdate(String resourceGroupName, String securityConnectorName, String orgName, AzureDevOpsOrgInner azureDevOpsOrg)
Updates monitored Azure DevOps organization details.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<AzureDevOpsOrgInner>,AzureDevOpsOrgInner> beginUpdate(String resourceGroupName, String securityConnectorName, String orgName, AzureDevOpsOrgInner azureDevOpsOrg, Context context)
Updates monitored Azure DevOps organization details.
Parameters:
Returns:
createOrUpdate
public abstract AzureDevOpsOrgInner createOrUpdate(String resourceGroupName, String securityConnectorName, String orgName, AzureDevOpsOrgInner azureDevOpsOrg)
Creates or updates monitored Azure DevOps organization details.
Parameters:
Returns:
createOrUpdate
public abstract AzureDevOpsOrgInner createOrUpdate(String resourceGroupName, String securityConnectorName, String orgName, AzureDevOpsOrgInner azureDevOpsOrg, Context context)
Creates or updates monitored Azure DevOps organization details.
Parameters:
Returns:
get
public abstract AzureDevOpsOrgInner get(String resourceGroupName, String securityConnectorName, String orgName)
Returns a monitored Azure DevOps organization resource.
Parameters:
Returns:
getWithResponse
public abstract Response<AzureDevOpsOrgInner> getWithResponse(String resourceGroupName, String securityConnectorName, String orgName, Context context)
Returns a monitored Azure DevOps organization resource.
Parameters:
Returns:
list
public abstract PagedIterable<AzureDevOpsOrgInner> list(String resourceGroupName, String securityConnectorName)
Returns a list of Azure DevOps organizations onboarded to the connector.
Parameters:
Returns:
list
public abstract PagedIterable<AzureDevOpsOrgInner> list(String resourceGroupName, String securityConnectorName, Context context)
Returns a list of Azure DevOps organizations onboarded to the connector.
Parameters:
Returns:
listAvailable
public abstract AzureDevOpsOrgListResponseInner listAvailable(String resourceGroupName, String securityConnectorName)
Returns a list of all Azure DevOps organizations accessible by the user token consumed by the connector.
Parameters:
Returns:
listAvailableWithResponse
public abstract Response<AzureDevOpsOrgListResponseInner> listAvailableWithResponse(String resourceGroupName, String securityConnectorName, Context context)
Returns a list of all Azure DevOps organizations accessible by the user token consumed by the connector.
Parameters:
Returns:
update
public abstract AzureDevOpsOrgInner update(String resourceGroupName, String securityConnectorName, String orgName, AzureDevOpsOrgInner azureDevOpsOrg)
Updates monitored Azure DevOps organization details.
Parameters:
Returns:
update
public abstract AzureDevOpsOrgInner update(String resourceGroupName, String securityConnectorName, String orgName, AzureDevOpsOrgInner azureDevOpsOrg, Context context)
Updates monitored Azure DevOps organization details.
Parameters:
Returns: