AzureDevOpsOrgs Interface

public interface AzureDevOpsOrgs

Resource collection API of AzureDevOpsOrgs.

Method Summary

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

Begins definition for a new AzureDevOpsOrg resource.

abstract AzureDevOpsOrg get(String resourceGroupName, String securityConnectorName, String orgName)

Returns a monitored Azure DevOps organization resource.

abstract AzureDevOpsOrg getById(String id)

Returns a monitored Azure DevOps organization resource.

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

Returns a monitored Azure DevOps organization resource.

abstract Response<AzureDevOpsOrg> getWithResponse(String resourceGroupName, String securityConnectorName, String orgName, Context context)

Returns a monitored Azure DevOps organization resource.

abstract PagedIterable<AzureDevOpsOrg> list(String resourceGroupName, String securityConnectorName)

Returns a list of Azure DevOps organizations onboarded to the connector.

abstract PagedIterable<AzureDevOpsOrg> list(String resourceGroupName, String securityConnectorName, Context context)

Returns a list of Azure DevOps organizations onboarded to the connector.

abstract AzureDevOpsOrgListResponse listAvailable(String resourceGroupName, String securityConnectorName)

Returns a list of all Azure DevOps organizations accessible by the user token consumed by the connector.

abstract Response<AzureDevOpsOrgListResponse> listAvailableWithResponse(String resourceGroupName, String securityConnectorName, Context context)

Returns a list of all Azure DevOps organizations accessible by the user token consumed by the connector.

Method Details

define

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

Begins definition for a new AzureDevOpsOrg resource.

Parameters:

name - resource name.

Returns:

the first stage of the new AzureDevOpsOrg definition.

get

public abstract AzureDevOpsOrg get(String resourceGroupName, String securityConnectorName, String orgName)

Returns a monitored Azure DevOps organization resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
orgName - The orgName parameter.

Returns:

azure DevOps Organization resource.

getById

public abstract AzureDevOpsOrg getById(String id)

Returns a monitored Azure DevOps organization resource.

Parameters:

id - the resource ID.

Returns:

azure DevOps Organization resource along with Response<T>.

getByIdWithResponse

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

Returns a monitored Azure DevOps organization resource.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

azure DevOps Organization resource along with Response<T>.

getWithResponse

public abstract Response<AzureDevOpsOrg> getWithResponse(String resourceGroupName, String securityConnectorName, String orgName, Context context)

Returns a monitored Azure DevOps organization resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
orgName - The orgName parameter.
context - The context to associate with this operation.

Returns:

azure DevOps Organization resource along with Response<T>.

list

public abstract PagedIterable<AzureDevOpsOrg> list(String resourceGroupName, String securityConnectorName)

Returns a list of Azure DevOps organizations onboarded to the connector.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.

Returns:

list of RP resources which supports pagination as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<AzureDevOpsOrg> list(String resourceGroupName, String securityConnectorName, Context context)

Returns a list of Azure DevOps organizations onboarded to the connector.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
context - The context to associate with this operation.

Returns:

list of RP resources which supports pagination as paginated response with PagedIterable<T>.

listAvailable

public abstract AzureDevOpsOrgListResponse listAvailable(String resourceGroupName, String securityConnectorName)

Returns a list of all Azure DevOps organizations accessible by the user token consumed by the connector.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.

Returns:

list of RP resources which supports pagination.

listAvailableWithResponse

public abstract Response<AzureDevOpsOrgListResponse> 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:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
context - The context to associate with this operation.

Returns:

list of RP resources which supports pagination along with Response<T>.

Applies to