AzureDevOpsOrgsOperations interface
Interface representing a AzureDevOpsOrgs operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates monitored Azure DevOps organization details. |
| get | Returns a monitored Azure DevOps organization resource. |
| list | Returns a list of Azure DevOps organizations onboarded to the connector. |
| list |
Returns a list of all Azure DevOps organizations accessible by the user token consumed by the connector. |
| update | Updates monitored Azure DevOps organization details. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>
Property Value
(resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsCreateOrUpdateOptionalParams) => Promise<AzureDevOpsOrg>
Property Value
(resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsCreateOrUpdateOptionalParams) => Promise<AzureDevOpsOrg>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>
Property Value
(resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsUpdateOptionalParams) => Promise<AzureDevOpsOrg>
Property Value
(resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsUpdateOptionalParams) => Promise<AzureDevOpsOrg>
createOrUpdate
Creates or updates monitored Azure DevOps organization details.
createOrUpdate: (resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>
Property Value
(resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>
get
Returns a monitored Azure DevOps organization resource.
get: (resourceGroupName: string, securityConnectorName: string, orgName: string, options?: AzureDevOpsOrgsGetOptionalParams) => Promise<AzureDevOpsOrg>
Property Value
(resourceGroupName: string, securityConnectorName: string, orgName: string, options?: AzureDevOpsOrgsGetOptionalParams) => Promise<AzureDevOpsOrg>
list
Returns a list of Azure DevOps organizations onboarded to the connector.
list: (resourceGroupName: string, securityConnectorName: string, options?: AzureDevOpsOrgsListOptionalParams) => PagedAsyncIterableIterator<AzureDevOpsOrg, AzureDevOpsOrg[], PageSettings>
Property Value
(resourceGroupName: string, securityConnectorName: string, options?: AzureDevOpsOrgsListOptionalParams) => PagedAsyncIterableIterator<AzureDevOpsOrg, AzureDevOpsOrg[], PageSettings>
listAvailable
Returns a list of all Azure DevOps organizations accessible by the user token consumed by the connector.
listAvailable: (resourceGroupName: string, securityConnectorName: string, options?: AzureDevOpsOrgsListAvailableOptionalParams) => Promise<AzureDevOpsOrgListResponse>
Property Value
(resourceGroupName: string, securityConnectorName: string, options?: AzureDevOpsOrgsListAvailableOptionalParams) => Promise<AzureDevOpsOrgListResponse>
update
Updates monitored Azure DevOps organization details.
update: (resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsUpdateOptionalParams) => PollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>
Property Value
(resourceGroupName: string, securityConnectorName: string, orgName: string, azureDevOpsOrg: AzureDevOpsOrg, options?: AzureDevOpsOrgsUpdateOptionalParams) => PollerLike<OperationState<AzureDevOpsOrg>, AzureDevOpsOrg>