AzureDevOpsOrgOperations interface
Interface representing a AzureDevOpsOrgOperations.
Methods
begin |
Creates or updates an Azure DevOps Org. |
begin |
Creates or updates an Azure DevOps Org. |
begin |
Update monitored AzureDevOps Org details. |
begin |
Update monitored AzureDevOps Org details. |
get(string, string, string, Azure |
Returns a monitored AzureDevOps Org resource for a given ID. |
list(string, string, Azure |
Method Details
beginCreateOrUpdate(string, string, string, AzureDevOpsOrg, AzureDevOpsOrgCreateOrUpdateOptionalParams)
Creates or updates an Azure DevOps Org.
function beginCreateOrUpdate(resourceGroupName: string, azureDevOpsConnectorName: string, azureDevOpsOrgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- azureDevOpsConnectorName
-
string
Name of the AzureDevOps Connector.
- azureDevOpsOrgName
-
string
Name of the AzureDevOps Org.
- azureDevOpsOrg
- AzureDevOpsOrg
Azure DevOps Org resource payload.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>
beginCreateOrUpdateAndWait(string, string, string, AzureDevOpsOrg, AzureDevOpsOrgCreateOrUpdateOptionalParams)
Creates or updates an Azure DevOps Org.
function beginCreateOrUpdateAndWait(resourceGroupName: string, azureDevOpsConnectorName: string, azureDevOpsOrgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgCreateOrUpdateOptionalParams): Promise<AzureDevOpsOrg>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- azureDevOpsConnectorName
-
string
Name of the AzureDevOps Connector.
- azureDevOpsOrgName
-
string
Name of the AzureDevOps Org.
- azureDevOpsOrg
- AzureDevOpsOrg
Azure DevOps Org resource payload.
The options parameters.
Returns
Promise<AzureDevOpsOrg>
beginUpdate(string, string, string, AzureDevOpsOrgUpdateOptionalParams)
Update monitored AzureDevOps Org details.
function beginUpdate(resourceGroupName: string, azureDevOpsConnectorName: string, azureDevOpsOrgName: string, options?: AzureDevOpsOrgUpdateOptionalParams): Promise<PollerLike<PollOperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- azureDevOpsConnectorName
-
string
Name of the AzureDevOps Connector.
- azureDevOpsOrgName
-
string
Name of the AzureDevOps Org.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>
beginUpdateAndWait(string, string, string, AzureDevOpsOrgUpdateOptionalParams)
Update monitored AzureDevOps Org details.
function beginUpdateAndWait(resourceGroupName: string, azureDevOpsConnectorName: string, azureDevOpsOrgName: string, options?: AzureDevOpsOrgUpdateOptionalParams): Promise<AzureDevOpsOrg>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- azureDevOpsConnectorName
-
string
Name of the AzureDevOps Connector.
- azureDevOpsOrgName
-
string
Name of the AzureDevOps Org.
The options parameters.
Returns
Promise<AzureDevOpsOrg>
get(string, string, string, AzureDevOpsOrgGetOptionalParams)
Returns a monitored AzureDevOps Org resource for a given ID.
function get(resourceGroupName: string, azureDevOpsConnectorName: string, azureDevOpsOrgName: string, options?: AzureDevOpsOrgGetOptionalParams): Promise<AzureDevOpsOrg>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- azureDevOpsConnectorName
-
string
Name of the AzureDevOps Connector.
- azureDevOpsOrgName
-
string
Name of the AzureDevOps Org.
- options
- AzureDevOpsOrgGetOptionalParams
The options parameters.
Returns
Promise<AzureDevOpsOrg>
list(string, string, AzureDevOpsOrgListOptionalParams)
function list(resourceGroupName: string, azureDevOpsConnectorName: string, options?: AzureDevOpsOrgListOptionalParams): PagedAsyncIterableIterator<AzureDevOpsOrg, AzureDevOpsOrg[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- azureDevOpsConnectorName
-
string
Name of the AzureDevOps Connector.
- options
- AzureDevOpsOrgListOptionalParams
The options parameters.
Returns
Azure SDK for JavaScript