AzureDevOpsOrgs interface

Interface representing a AzureDevOpsOrgs.

Methods

beginCreateOrUpdate(string, string, string, AzureDevOpsOrg, AzureDevOpsOrgsCreateOrUpdateOptionalParams)

Creates or updates monitored Azure DevOps organization details.

beginCreateOrUpdateAndWait(string, string, string, AzureDevOpsOrg, AzureDevOpsOrgsCreateOrUpdateOptionalParams)

Creates or updates monitored Azure DevOps organization details.

beginUpdate(string, string, string, AzureDevOpsOrg, AzureDevOpsOrgsUpdateOptionalParams)

Updates monitored Azure DevOps organization details.

beginUpdateAndWait(string, string, string, AzureDevOpsOrg, AzureDevOpsOrgsUpdateOptionalParams)

Updates monitored Azure DevOps organization details.

get(string, string, string, AzureDevOpsOrgsGetOptionalParams)

Returns a monitored Azure DevOps organization resource.

list(string, string, AzureDevOpsOrgsListOptionalParams)

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

listAvailable(string, string, AzureDevOpsOrgsListAvailableOptionalParams)

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

Method Details

beginCreateOrUpdate(string, string, string, AzureDevOpsOrg, AzureDevOpsOrgsCreateOrUpdateOptionalParams)

Creates or updates monitored Azure DevOps organization details.

function beginCreateOrUpdate(resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

securityConnectorName

string

The security connector name.

orgName

string

The Azure DevOps organization name.

azureDevOpsOrg
AzureDevOpsOrg

The Azure DevOps organization resource payload.

options
AzureDevOpsOrgsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>

beginCreateOrUpdateAndWait(string, string, string, AzureDevOpsOrg, AzureDevOpsOrgsCreateOrUpdateOptionalParams)

Creates or updates monitored Azure DevOps organization details.

function beginCreateOrUpdateAndWait(resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsCreateOrUpdateOptionalParams): Promise<AzureDevOpsOrg>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

securityConnectorName

string

The security connector name.

orgName

string

The Azure DevOps organization name.

azureDevOpsOrg
AzureDevOpsOrg

The Azure DevOps organization resource payload.

options
AzureDevOpsOrgsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<AzureDevOpsOrg>

beginUpdate(string, string, string, AzureDevOpsOrg, AzureDevOpsOrgsUpdateOptionalParams)

Updates monitored Azure DevOps organization details.

function beginUpdate(resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

securityConnectorName

string

The security connector name.

orgName

string

The Azure DevOps organization name.

azureDevOpsOrg
AzureDevOpsOrg

The Azure DevOps organization resource payload.

options
AzureDevOpsOrgsUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>

beginUpdateAndWait(string, string, string, AzureDevOpsOrg, AzureDevOpsOrgsUpdateOptionalParams)

Updates monitored Azure DevOps organization details.

function beginUpdateAndWait(resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsUpdateOptionalParams): Promise<AzureDevOpsOrg>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

securityConnectorName

string

The security connector name.

orgName

string

The Azure DevOps organization name.

azureDevOpsOrg
AzureDevOpsOrg

The Azure DevOps organization resource payload.

options
AzureDevOpsOrgsUpdateOptionalParams

The options parameters.

Returns

Promise<AzureDevOpsOrg>

get(string, string, string, AzureDevOpsOrgsGetOptionalParams)

Returns a monitored Azure DevOps organization resource.

function get(resourceGroupName: string, securityConnectorName: string, orgName: string, options?: AzureDevOpsOrgsGetOptionalParams): Promise<AzureDevOpsOrg>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

securityConnectorName

string

The security connector name.

orgName

string

The Azure DevOps organization name.

options
AzureDevOpsOrgsGetOptionalParams

The options parameters.

Returns

Promise<AzureDevOpsOrg>

list(string, string, AzureDevOpsOrgsListOptionalParams)

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

function list(resourceGroupName: string, securityConnectorName: string, options?: AzureDevOpsOrgsListOptionalParams): PagedAsyncIterableIterator<AzureDevOpsOrg, AzureDevOpsOrg[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

securityConnectorName

string

The security connector name.

options
AzureDevOpsOrgsListOptionalParams

The options parameters.

Returns

listAvailable(string, string, AzureDevOpsOrgsListAvailableOptionalParams)

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

function listAvailable(resourceGroupName: string, securityConnectorName: string, options?: AzureDevOpsOrgsListAvailableOptionalParams): Promise<AzureDevOpsOrgListResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

securityConnectorName

string

The security connector name.

options
AzureDevOpsOrgsListAvailableOptionalParams

The options parameters.

Returns