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 Azure |
|
abstract
Azure |
get(String resourceGroupName, String securityConnectorName, String orgName)
Returns a monitored Azure Dev |
|
abstract
Azure |
getById(String id)
Returns a monitored Azure Dev |
|
abstract
Response<Azure |
getByIdWithResponse(String id, Context context)
Returns a monitored Azure Dev |
|
abstract
Response<Azure |
getWithResponse(String resourceGroupName, String securityConnectorName, String orgName, Context context)
Returns a monitored Azure Dev |
|
abstract
Paged |
list(String resourceGroupName, String securityConnectorName)
Returns a list of Azure Dev |
|
abstract
Paged |
list(String resourceGroupName, String securityConnectorName, Context context)
Returns a list of Azure Dev |
|
abstract
Azure |
listAvailable(String resourceGroupName, String securityConnectorName)
Returns a list of all Azure Dev |
|
abstract
Response<Azure |
listAvailableWithResponse(String resourceGroupName, String securityConnectorName, Context context)
Returns a list of all Azure Dev |
Method Details
define
public abstract AzureDevOpsOrg.DefinitionStages.Blank define(String name)
Begins definition for a new AzureDevOpsOrg resource.
Parameters:
Returns:
get
public abstract AzureDevOpsOrg get(String resourceGroupName, String securityConnectorName, String orgName)
Returns a monitored Azure DevOps organization resource.
Parameters:
Returns:
getById
public abstract AzureDevOpsOrg getById(String id)
Returns a monitored Azure DevOps organization resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<AzureDevOpsOrg> getByIdWithResponse(String id, Context context)
Returns a monitored Azure DevOps organization resource.
Parameters:
Returns:
getWithResponse
public abstract Response<AzureDevOpsOrg> getWithResponse(String resourceGroupName, String securityConnectorName, String orgName, Context context)
Returns a monitored Azure DevOps organization resource.
Parameters:
Returns:
list
public abstract PagedIterable<AzureDevOpsOrg> list(String resourceGroupName, String securityConnectorName)
Returns a list of Azure DevOps organizations onboarded to the connector.
Parameters:
Returns:
list
public abstract PagedIterable<AzureDevOpsOrg> list(String resourceGroupName, String securityConnectorName, Context context)
Returns a list of Azure DevOps organizations onboarded to the connector.
Parameters:
Returns:
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:
Returns:
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:
Returns: