AzureDevOpsProjects Interface

public interface AzureDevOpsProjects

Resource collection API of AzureDevOpsProjects.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new AzureDevOpsProject resource.

abstract AzureDevOpsProject get(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName)

Returns a monitored AzureDevOps Project resource for a given ID.

abstract AzureDevOpsProject getById(String id)

Returns a monitored AzureDevOps Project resource for a given ID.

abstract Response<AzureDevOpsProject> getByIdWithResponse(String id, Context context)

Returns a monitored AzureDevOps Project resource for a given ID.

abstract Response<AzureDevOpsProject> getWithResponse(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, Context context)

Returns a monitored AzureDevOps Project resource for a given ID.

abstract PagedIterable<AzureDevOpsProject> list(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName)

The list operation.

abstract PagedIterable<AzureDevOpsProject> list(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, Context context)

The list operation.

Method Details

define

public abstract AzureDevOpsProject.DefinitionStages.Blank define(String name)

Begins definition for a new AzureDevOpsProject resource.

Parameters:

name - resource name.

Returns:

the first stage of the new AzureDevOpsProject definition.

get

public abstract AzureDevOpsProject 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.

getById

public abstract AzureDevOpsProject getById(String id)

Returns a monitored AzureDevOps Project resource for a given ID.

Parameters:

id - the resource ID.

Returns:

azure DevOps Project Proxy Resource along with Response<T>.

getByIdWithResponse

public abstract Response<AzureDevOpsProject> getByIdWithResponse(String id, 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 Project Proxy Resource along with Response<T>.

getWithResponse

public abstract Response<AzureDevOpsProject> getWithResponse(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, String azureDevOpsProjectName, 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<T>.

list

public abstract PagedIterable<AzureDevOpsProject> 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<T>.

list

public abstract PagedIterable<AzureDevOpsProject> list(String resourceGroupName, String azureDevOpsConnectorName, String azureDevOpsOrgName, 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<T>.

Applies to