AzureDevOpsProjects Interface
public interface AzureDevOpsProjects
Resource collection API of AzureDevOpsProjects.
Method Summary
Method Details
define
public abstract AzureDevOpsProject.DefinitionStages.Blank define(String name)
Begins definition for a new AzureDevOpsProject resource.
Parameters:
Returns:
get
public abstract AzureDevOpsProject get(String resourceGroupName, String securityConnectorName, String orgName, String projectName)
Returns a monitored Azure DevOps project resource.
Parameters:
Returns:
getById
public abstract AzureDevOpsProject getById(String id)
Returns a monitored Azure DevOps project resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<AzureDevOpsProject> getByIdWithResponse(String id, Context context)
Returns a monitored Azure DevOps project resource.
Parameters:
Returns:
getWithResponse
public abstract Response<AzureDevOpsProject> getWithResponse(String resourceGroupName, String securityConnectorName, String orgName, String projectName, Context context)
Returns a monitored Azure DevOps project resource.
Parameters:
Returns:
list
public abstract PagedIterable<AzureDevOpsProject> list(String resourceGroupName, String securityConnectorName, String orgName)
Returns a list of Azure DevOps projects onboarded to the connector.
Parameters:
Returns:
list
public abstract PagedIterable<AzureDevOpsProject> list(String resourceGroupName, String securityConnectorName, String orgName, Context context)
Returns a list of Azure DevOps projects onboarded to the connector.
Parameters:
Returns: